ASP.NET Pack Programmer's Guide
IGraphics.DrawImage Method (Image, RectangleF)
See Also
 





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

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

void DrawImage (
    Image image,
    RectangleF rect
)

Visual Basic  Copy Code

Sub DrawImage( _
    image As Image, _
    rect As RectangleF _
)

 Parameters

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

 See Also

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