PdfCircleElement Constructor

Initializes a new instance of the PdfCircleElement class with the specified center and radius

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public PdfCircleElement(
	float centerX,
	float centerY,
	float radius
)

Parameters

centerX  Single
The X coordinate of the center in points, measured from the top-left corner of the page
centerY  Single
The Y coordinate of the center in points, measured from the top-left corner of the page
radius  Single
The radius of the circle in points

See Also