using FastReport.Utils;
using System.Drawing;
namespace FastReport
{
partial class PictureObjectBase
{
///
/// Does nothing
///
///
///
protected void DrawErrorImage(IGraphics g, FRPaintEventArgs e)
{
}
///
/// Does nothing
///
///
partial void DrawDesign(FRPaintEventArgs e);
}
}