This documentation is for the old version. Go to the latest Graphics Mill docs

VObject.Transform Property

Gets/sets a matrix of the transformation.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public MustOverride Property Transform As Matrix
C#
[BrowsableAttribute(false)]
public abstract Matrix Transform { get; set; }

Property Value

A Matrix class instance that specifies the matrix of a linear transformation.

Implements

IVObject.Transform

Remarks

The transformation specified with this matrix is applied next time the v-object is redrawn.

See Also

Reference