Method BeforeDrawImage
BeforeDrawImage(ref Image, ref PointD)
Called before any draw image operation.
protected virtual bool BeforeDrawImage(ref Image image, ref PointD location)Parameters
- imageImage
- Image to draw. 
- locationPointD
- PointD structure that represents the upper-left corner of the drawn image on the destination drawing context. 
Returns
BeforeDrawImage(ref Image, ref RectD)
Called before any draw image operation.
protected virtual bool BeforeDrawImage(ref Image image, ref RectD rect)Parameters
- imageImage
- Image to draw. 
- rectRectD
- RectD structure that represents the bounds of the image on the destination drawing context.