Gets the transformation for this IGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
IMatrix Transform { get; set; } |
Visual Basic
Copy Code
|
|---|
Property Transform As IMatrix |
An instance of the IMatrix interface.
See Also