Search
IGraphics.DrawImage Method (Image, PointF[])
See Also
 





Draws the specified .NET Image object at the specified location and with the specified shape and size.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void DrawImage (
    Image image,
    PointF[] destPoints
)

Visual Basic  Copy Code

Sub DrawImage( _
    image As Image, _
    destPoints() As PointF _
)

 Parameters

image
A .NET Image object to draw.
destPoints
An array of three .NET PointF structures that define a parallelogram.

 See Also