Constructor Rectangle

Namespace TallComponents.PDF.Rasterizer
Class Rectangle

Create a new rectangle.

Syntax

public  Rectangle( Double  left Double  bottom Double  width Double  height )

Parameters


Double left
The left position in points.

Double bottom
The bottom position in points.

Double width
The rectangle width in points.

Double height
The rectangle height in points.