| RectangleElement Constructor  | 
 
            Constructs a rectangle element 
            
 
    Namespace: 
   ExpertPdf.HtmlToPdf.PdfDocument
    Assembly:
   ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
 Syntax
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
See Also