RectangleElement Constructor |
Constructs a rectangle element
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic RectangleElement(
float x,
float y,
float width,
float height
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single
)
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