Create a new empty collection of shapes. Positioned at 0,0.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
| C# |
|---|
public ShapeCollection( double width, double height ) |
| Visual Basic |
|---|
Public Sub New ( _ width As Double, _ height As Double _ ) |
Parameters
- width
- Type: System..::..Double
The width of this shape with respect to parent coordinate system.
- height
- Type: System..::..Double
The height of this shape with respect to parent coordinate system.