Click or drag to resize

RectangleElement Constructor

Constructs a rectangle element

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.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