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

RectangleChangeMode Enumeration

Contains possible values for the ChangeMode property which specifies how the current rectangle of the rubberband is going to be changed.

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

Syntax

Visual Basic
Public Enumeration RectangleChangeMode
C#
public enum RectangleChangeMode

Members

Member name Description
Changed

The rubberband is alredy changed: movement or resizing is over.

Moving

The rubberband is being moved.

Resizing

The rubberband is being resized.

See Also

Reference