RectangleElement(Single, Single, Single, Single) Constructor

Constructs a rectangle element based on the rectangle top left corner coordinates, width and height

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
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