WebPlanner Programmer's Guide

IGraphics.DrawImage Method (Image, Rectangle)

See Also
 


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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract void DrawImage (
    Image image,
    Rectangle rect
)

Visual Basic  Copy Code

Public MustOverride Sub DrawImage ( _
    image As Image, _
    rect As Rectangle _
)

 Parameters

image
A .NET Image object to draw.
rect
A .NET Rectangle structure that specifies the location and size of the drawn image.

 See Also