 |
PdfCircleElement Constructor |
Constructs a circle element.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfCircleElement(
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 circle will be rendered.
- y Single
- The Y coordinate where the circle will be rendered.
- radius Single
- The circle radius.
See Also