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: 26.2
Syntax
public PdfCircleElement(
	float x,
	float y,
	float radius
)

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