PdfRectangleElement Constructor

Initializes a new instance of the PdfRectangleElement class with the specified position and dimensions

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 12.5.0
C#
public PdfRectangleElement(
	float x,
	float y,
	float width,
	float height
)

Parameters

x  Single
The X position from the top-left corner of the page
y  Single
The Y position from the top-left corner of the page
width  Single
The width of the rectangle in points
height  Single
The height of the rectangle in points

See Also