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

MaskStyle Enumeration

Contains possible values for the MaskStyle which specifies when to display the mask around the rectangle represented with the RectangleRubberband class.

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

Syntax

Visual Basic
Public Enumeration MaskStyle
C#
public enum MaskStyle

Members

Member name Description
None

Never display the mask.

Always

Display the mask always, even when the rectangle is moved or resized.

HideOnChange

Display the mask only when the rectangle is not changing. If user moves or resizes the rectangle, the mask is hidden.

Remarks

The mask displaying is working quite slow, that's why if you want to increase the performance when the rectangle is moved or resized by user, it is recommended to use HideOnChange value.

See Also

Reference