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