PdfCircle(PointF, Single) Constructor

Constructs a circle with the given center point and radius

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfCircle(
	PointF center,
	float radius
)

Parameters

center  PointF
The circle center point
radius  Single
The circle radius

See Also