Gets or sets the world transformation for this IGraphics object.
Namespace: MindFusion.Drawing
Assembly: MindFusion.Common
SyntaxC#
Copy Code
|
|---|
IMatrix Transform { get; } |
Visual Basic
Copy Code
|
|---|
ReadOnly Property Transform As IMatrix |
This property specifies a Matrix object that represents the world transformation for this IGraphics object.
See Also