Click or drag to resize

RectangleElement Constructor

Constructs a rectangle element

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public RectangleElement(
	float x,
	float y,
	float width,
	float height
)

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