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

IVObject.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
Property Transform As Matrix
C#
                Matrix Transform { get; set; }

Property Value

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

Remarks

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

See Also

Reference