CircleElement Constructor |
Ellipse element constructor
Namespace: ExpertPdf.HtmlToPdf.PdfDocumentAssembly: ExpertPdf.HtmlToPdf (in ExpertPdf.HtmlToPdf.dll) Version: 11.0.0
Syntaxpublic 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