Draws the image represented by the specified IImage object at the specified location and with the specified size.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
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.
See Also