Search
GdiGraphics.DrawImage Method (Image, PointF)
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

public virtual void DrawImage (
    Image image,
    PointF point
)

Visual Basic  Copy Code

Public Overridable Sub DrawImage( _
    image As Image, _
    point As PointF _
)

 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