Table of Contents

Method BeforeDrawImage

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

BeforeDrawImage(ref Image, ref PointD)

Called before any draw image operation.

protected virtual bool BeforeDrawImage(ref Image image, ref PointD location)

Parameters

image Image

Image to draw.

location PointD

PointD structure that represents the upper-left corner of the drawn image on the destination drawing context.

Returns

bool