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






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

void DrawImage (
    IImage image,
    Rect rect
)

Visual Basic  Copy Code

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

 Parameters

image

A Microsoft.Maui.Graphics.IImage representing the image to draw.

rect

A Microsoft.Maui.Graphics.Rect that specifies the location and size of the drawn image.

 See Also