Create a rectangle with the given position and size, and apply the given transformation to it.

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,
	Transform transform
)
Visual Basic
Public Sub New ( _
	x As Double, _
	y As Double, _
	width As Double, _
	height As Double, _
	transform As Transform _
)

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
transform
Type: TallComponents.PDF.Transforms..::..Transform
The transform.

See Also