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

ResizeVObjectAction.MajorResizePointPrototype Property

Gets/sets a prototype for the major control point.

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

Syntax

Visual Basic
Public Property MajorResizePointPrototype As ControlPoint
C#
public ControlPoint MajorResizePointPrototype { get; set; }

Property Value

A prototype for the major control point.

Remarks

When the object needs control points of this type, it clones the specified prototype.

Major control points allow the user to resize an object in two dimensions.

See Also

Reference