Draws the specified image to the specified graphics, using the specified destination rectangle, alignment and rotation.
Namespace: MindFusion Assembly: MindFusion.Common
Syntax
C#
Copy Code
|
public static void DrawImage ( IGraphics graphics, Image pict, RectangleF rect, ImageAlign imageAlign, float rotationAngle, PointF pivot ) |
Visual Basic
Copy Code
|
Public Shared Sub DrawImage ( _ graphics As IGraphics, _ pict As Image, _ rect As RectangleF, _ imageAlign As ImageAlign, _ rotationAngle As Single, _ pivot As PointF _ ) |
Parameters
See Also
|