Click or drag to resize

RectangleElement Constructor

Constructs a rectangle element

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public RectangleElement(
	float x,
	float y,
	float width,
	float height
)

Parameters

x  Single
The X coordinate
y  Single
The Y coordinate
width  Single
The rectangle width
height  Single
The rectangle height
See Also