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

RectangleEventArgs Constructor

Creates and initializes new RectangleEventArgs object.

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

Syntax

Visual Basic
Public Sub New ( _
	rectangle As Rectangle _
)
C#
public RectangleEventArgs(
	Rectangle rectangle
)

Parameters

rectangle

Type: System.Drawing.Rectangle

The current rectangle of the rubberband.

See Also

Reference