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