Click or drag to resize

PathPointsCollectionAppendEllipse Method

Adds an ellipse defined by a bounding rectangle

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void AppendEllipse(
	FS_RECTF rect
)

Parameters

rect  FS_RECTF
A FS_RECTF structure that defines the boundaries of the ellipse.
See Also