Click or drag to resize

PathPointsCollectionAppendPolygon Method

Adds a polygon defined by an array of FS_POINTF structures.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void AppendPolygon(
	FS_POINTF[] vertices
)

Parameters

vertices  FS_POINTF
Array of FS_POINTF structures that represent the vertices of the polygon.
See Also