Method BeforeDrawImage
BeforeDrawImage(ref Image, ref PointD)
Called before any draw image operation.
protected virtual bool BeforeDrawImage(ref Image image, ref PointD location)
Parameters
image
ImageImage to draw.
location
PointDPointD structure that represents the upper-left corner of the drawn image on the destination drawing context.