Click or drag to resize

PathPointsCollectionAppendCircle(FS_CIRCLEF) Method

Adds a circle to this path.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void AppendCircle(
	FS_CIRCLEF circle
)

Parameters

circle  FS_CIRCLEF
A FS_CIRCLEF that represents the circle to add.
See Also