RectangleElement(Single, Single, Single, Single) Constructor
Constructs a rectangle element based on the rectangle top left corner coordinates, width and height
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public RectangleElement(
float x,
float y,
float width,
float height
)
Public Sub New (
x As Single,
y As Single,
width As Single,
height As Single
)
public:
RectangleElement(
float x,
float y,
float width,
float height
)
new :
x : float32 *
y : float32 *
width : float32 *
height : float32 -> RectangleElement
Parameters
- x Single
- The X coordinate
- y Single
- The Y coordinate
- width Single
- The rectangle width
- height Single
- The rectangle height