Gets/sets a matrix of the transformation.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
<BrowsableAttribute(False)> _ Public MustOverride Property Transform As Matrix
[BrowsableAttribute(false)] public abstract Matrix Transform { get; set; }
The transformation specified with this matrix is applied next time the v-object is redrawn.