Create a new rectangle.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.76.0

Syntax

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

Parameters

left
Type: System..::..Double
The left position in points.
bottom
Type: System..::..Double
The bottom position in points.
width
Type: System..::..Double
The rectangle width in points.
height
Type: System..::..Double
The rectangle height in points.

See Also