CircleElement Constructor |
Ellipse element constructor
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public CircleElement(
float x,
float y,
float radius
)
Public Sub New (
x As Single,
y As Single,
radius As Single
)
Parameters
- x
- Type: SystemSingle
The X coordinate where the ellipse will be rendered - y
- Type: SystemSingle
Y coordinate where the ellipse will be rendered - radius
- Type: SystemSingle
The circle radius
See Also