Charting for WinForms Programmer's Guide
IGraphics.DrawImage Method (Image, Point[])
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawImage (
    Image image,
    Point[] destPoints
)

Visual Basic  Copy Code

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

 Parameters

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

 See Also

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