RectangleElement(Single, Single, Single, Single) Constructor

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

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.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