Constructor RectangleShape
Namespace TallComponents.PDF.Layout.Shapes
Class RectangleShape
Creates a new RectangleShape with given start point, width and height.
Syntax
public
RectangleShape(
Double
width
,
Double
height
)
Parameters
Double
width
Width of this rectangle.
Double
height
Height of this rectangle.