WebPlanner 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

public abstract void DrawImage (
    Image image,
    Point[] destPoints
)

Visual Basic  Copy Code

Public MustOverride 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