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

RectangleRubberband.Rectangle Property

Gets/sets a rubberband rectangle.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property Rectangle As Rectangle
C#
[BrowsableAttribute(true)]
public Rectangle Rectangle { get; set; }

Property Value

A rubberband rectangle.

Remarks

Rectangle values (left, top, width and height) are measured in the coordinates of the bitmap associated with the BitmapViewer where it is displayed.

See Also

Reference