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