Draws the specified portion of the specified .NET Image object at the specified location.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
Syntax
C#
Copy Code
|
---|
void DrawImage ( Image image, Point[] destPoints, Rectangle srcRect, GraphicsUnit srcUnit, ImageAttributes imageAttr ) |
Visual Basic
Copy Code
|
---|
Sub DrawImage( _ image As Image, _ destPoints() As Point, _ srcRect As Rectangle, _ srcUnit As GraphicsUnit, _ imageAttr As ImageAttributes _ ) |
Parameters
See Also