PdfCircle Constructor

Constructs a circle with the given center point and radius

Definition

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

Parameters

center  PointFloat
The circle center point
radius  Single
The circle radius

See Also