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

RectangleEventArgs Constructor

Creates and initializes a new RectangleEventArgs object.

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

Syntax

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

Parameters

rectangle

Type: System.Drawing.Rectangle

The current rectangle of the rubberband.
changeMode

Type: Aurigma.GraphicsMill.WinControls.RectangleChangeMode

The change mode of the current rubberband.

See Also

Reference