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

DefaultDesigner.SelectionRectangle Property

Gets a region selected by the user.

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

Syntax

Visual Basic
Public ReadOnly Property SelectionRectangle As Rectangle
C#
public Rectangle SelectionRectangle { get; }

Property Value

A region selected by the user.

See Also

Reference