EllipseElement(Single, Single, Single, Single) Constructor
This constructor constructs an ellipse element at the given coordinates and having the given size
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public EllipseElement(
float x,
float y,
float xRadius,
float yRadius
)
Public Sub New (
x As Single,
y As Single,
xRadius As Single,
yRadius As Single
)
public:
EllipseElement(
float x,
float y,
float xRadius,
float yRadius
)
new :
x : float32 *
y : float32 *
xRadius : float32 *
yRadius : float32 -> EllipseElement
Parameters
- x Single
- The X coordinate where the ellipse will be rendered
- y Single
- The Y coordinate where the ellipse will be rendered
- xRadius Single
- The X radius of the ellipse
- yRadius Single
- The Y radius of the ellipse