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





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void DrawImage (
    Image image,
    Point point
)

Visual Basic  Copy Code

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

 Parameters

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

 See Also