Draws the image represented by the specified ImageSource 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( _ |
An ImageSource representing the image to draw.
A Rectangle structure 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