Draws the image represented by the specified IImage object, using its original physical size, at the specified location.
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.
The x-coordinate of the upper-left corner of the drawn image.
The y-coordinate of the upper-left corner of the drawn image.
See Also