Create new rectangle at the given position and with the specified width and height.

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public Rectangle(
	double x,
	double y,
	double width,
	double height
)
Visual Basic
Public Sub New ( _
	x As Double, _
	y As Double, _
	width As Double, _
	height As Double _
)

Parameters

x
Type: System..::..Double
The x coordinate.
y
Type: System..::..Double
The y coordinate.
width
Type: System..::..Double
The width.
height
Type: System..::..Double
The height.

See Also