Charting for WinForms Programmer's Guide
IGraphics.Transform Property
See Also
 






Gets or sets the world transformation for this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

Matrix Transform { get; set; }

Visual Basic  Copy Code

Property Transform As Matrix

 Property Value

This property specifies a Matrix object that represents the world transformation for this IGraphics object.

 See Also

IGraphics Members
IGraphics Interface
MindFusion.Drawing Namespace