Constructor ShapeCollection

Namespace TallComponents.PDF.Shapes
Class ShapeCollection

Create a new empty collection of shapes.

Syntax

public  ShapeCollection( Double  x Double  y Double  width Double  height Double  virtualWidth Double  virtualHeight )

Parameters


Double x
The X position (left).

Double y
The Y position (bottom).

Double width
The width of this shape with respect to parent coordinate system.

Double height
The height of this shape with respect to parent coordinate system.

Double virtualWidth
The virtual width of the virtual canvas on which child shapes are positioned.

Double virtualHeight
The virtual height of the virtual canvas on which child shapes are positioned.