Constructs a PDF rectangle with the given top left corner coordinates and the given width and height
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
Parameters
- x
- Type: SystemSingle
The top left corner X coordinate in points - y
- Type: SystemSingle
The top left corner Y coordinate in points - width
- Type: SystemSingle
Rectangle width in points - height
- Type: SystemSingle
Rectangle height in points
See Also