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