Search
IGraphics.Transform Property
See Also
 






Gets the transformation for this IGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

IMatrix Transform { get; set; }

Visual Basic  Copy Code

Property Transform As IMatrix

 Property Value

An instance of the IMatrix interface.

 See Also