Click or drag to resize
Pdf Library for .NET

PdfCircleElement Constructor

Constructs a circle element.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public PdfCircleElement(
	float x,
	float y,
	float radius
)

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