Method BeforeDrawImage
BeforeDrawImage(ref Image, ref PointD)
Called before any draw image operation.
protected virtual bool BeforeDrawImage(ref Image image, ref PointD location)
Parameters
imageImageImage to draw.
locationPointDPointD 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
imageImageImage to draw.
rectRectDRectD structure that represents the bounds of the image on the destination drawing context.