HiQPdf Documentation

PdfCircle Constructor (PointF, Single)

Quickly Create High Quality PDFs
Constructs a circle with the given center point and radius

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfCircle(
	PointF center,
	float radius
)

Parameters

center
Type: System.DrawingPointF
The circle center point
radius
Type: SystemSingle
The circle radius
See Also

Reference