Click or drag to resize
Pdf Library for .NET

PdfRectangleElement Constructor (Single, Single, Single, Single)

Constructs a pdf rectangle element.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfRectangleElement(
	float x,
	float y,
	float width,
	float height
)

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