Search
IGraphics.DrawImageUnscaled Method (Image, Point)
See Also
 





Draws a specified image using its original physical size at a specified location.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void DrawImageUnscaled (
    Image image,
    Point point
)

Visual Basic  Copy Code

Sub DrawImageUnscaled( _
    image As Image, _
    point As Point _
)

 Parameters

image
A .NET Image object to draw.
point
A .NET Point structure that specifies the upper-left corner of the drawn image.

 See Also