RectangleElement Constructor |
Constructs a rectangle element
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.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 Single
- The X coordinate
- y Single
- The Y coordinate
- width Single
- The rectangle width
- height Single
- The rectangle height
See Also