Search
IGraphics.DrawImage Method (ImageSource, Rect)
See Also
 






Draws the image represented by the specified ImageSource object at the specified location and with the specified size.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void DrawImage (
    ImageSource image,
    Rect rect
)

Visual Basic  Copy Code

Sub DrawImage( _
    image As ImageSource, _
    rect As Rect _
)

 Parameters

image

An ImageSource representing the image to draw.

rect

A Rectangle structure that specifies the location and size of the drawn image.

 See Also