Draws the image represented by the specified ImageSource object at the specified location and with the specified size.
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.
See Also