CircleElement(Single, Single, Single) Constructor
Circle element constructor
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public CircleElement(
float x,
float y,
float radius
)
Public Sub New (
x As Single,
y As Single,
radius As Single
)
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