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

RectangleRubberband.RectangleChanging Event

Fires during the rubberband rectangle modification (before the mouse button is released).

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Event RectangleChanging As RectangleEventHandler
C#
[BrowsableAttribute(true)]
public event RectangleEventHandler RectangleChanging

Remarks

The RectangleEventArgs data can be used to update the properties of the rectangle being modified.

See Also

Reference