Charting for WinForms Programmer's Guide
IGraphics.DrawImageUnscaled Method (Image, Rectangle)
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawImageUnscaled (
    Image image,
    Rectangle rect
)

Visual Basic  Copy Code

Sub DrawImageUnscaled( _
    image As Image, _
    rect As Rectangle _
)

 Parameters

image
A .NET Image object to draw.
rect
A .NET Rectangle that specifies the upper-left corner of the drawn image. The X and Y properties of the rectangle specify the upper-left corner. The Width and Height properties are ignored.

 See Also

DrawImageUnscaled Method Overload List
IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace