CircleElement(Single, Single, Single) Constructor
Circle element constructor
Namespace: Winnovative.ExcelToPdfAssembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.0.0
public CircleElement(
float x,
float y,
float radius
)
Public Sub New (
x As Single,
y As Single,
radius As Single
)
public:
CircleElement(
float x,
float y,
float radius
)
new :
x : float32 *
y : float32 *
radius : float32 -> CircleElement
Parameters
- x Single
- The X coordinate where the ellipse will be rendered
- y Single
- The Y coordinate where the ellipse will be rendered
- radius Single
- The circle radius