RectangleElement Constructor |
Constructs a rectangle element
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public 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