Constructs a rectangle element based on the rectangle top left corner coordinates, width and height
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient (in EvoHtmlToPdfClient.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
Parameters
- x
- Type: SystemSingle
The X coordinate - y
- Type: SystemSingle
The Y coordinate - width
- Type: SystemSingle
The rectangle width - height
- Type: SystemSingle
The rectangle height
See Also