Draws a portion of an image at a specified location.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
Syntax
C#
Copy Code
|
---|
void DrawImage ( Image image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit ) |
Visual Basic
Copy Code
|
---|
Sub DrawImage( _ image As Image, _ x As Integer, _ y As Integer, _ srcRect As Rectangle, _ srcUnit As GraphicsUnit _ ) |
Parameters
See Also