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

BeforeDrawImage(ref Image, ref RectD)

Called before any draw image operation.

protected virtual bool BeforeDrawImage(ref Image image, ref RectD rect)

Parameters

image Image

Image to draw.

rect RectD

RectD structure that represents the bounds of the image on the destination drawing context.

Returns

bool