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

IControlPointsProvider.SupportedActions Property

Gets/sets the collection of transformations supported by an object.

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

Syntax

Visual Basic
ReadOnly Property SupportedActions As IVObjectActionCollection
C#
                IVObjectActionCollection SupportedActions { get; }

Property Value

Collection of transformations supported by the object.

Remarks

This collection is required to find out what actions can be performed on the object and to set the parameters of those actions. Also, IVObjectAction elements of this collection allow changing the appearance of control points and cursors.

See Also

Reference

Manual