 |
PdfRectangleElement(Single, Single, Single, Single) Constructor |
Constructs a pdf rectangle element.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfRectangleElement(
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 of the top left corner of the rectangle.
- y Single
- The Y coordinate of the top left corner of the rectangle.
- width Single
- The rectangle width.
- height Single
- The rectangle height.
See Also