Draws the image represented by the specified IImage object at the specified location, with the specified alignment and rotation.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
void DrawImage ( |
Visual Basic
Copy Code
|
|---|
Sub DrawImage( _ |
A Microsoft.Maui.Graphics.IImage representing the image to draw.
A Microsoft.Maui.Graphics.Rect that specifies the location and size of the drawn image.
The alignment of the image within the specified rectangle.
The rotation angle of the drawn image.
The pivot of the rotation.
See Also