PdfPage AddCircle Method (Single, Single, Single, PdfColor, Single, PdfColor, PdfLineType)NFX Class Library

[This is preliminary documentation and is subject to change.]

Add circle primitive to the page

Namespace: NFX.Media.PDF.DocumentModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public PathElement AddCircle(
	float centerX,
	float centerY,
	float r,
	PdfColor fill,
	float borderThickness,
	PdfColor borderColor,
	PdfLineType borderType
)

Return Value

Type: PathElement
See Also