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





Draws the specified image at the specified location and with the specified size.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 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 to draw.
rect
A Microsoft.Maui.Graphics.Rect that specifies the location and size of the drawn image.

 See Also