Table of Contents

Method DrawImageUnscaled

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

DrawImageUnscaled(Image, PointD)

Draws the specified Image, using its original size, at the specified location.

void DrawImageUnscaled(Image image, PointD origin)

Parameters

image Image

Image to draw.

origin PointD

PointD structure that represents the upper-left corner of the drawn image.