Click or drag to resize

PdfClipPathAppendPath Method

Append the specified path to the ClippingPaths collection.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void AppendPath(
	PathPointsCollection path,
	FillModes fillMode = FillModes.Winding,
	bool autoMerge = false
)

Parameters

path  PathPointsCollection
The path.
fillMode  FillModes  (Optional)
The fill mode types defined following. None, Alternate and Winding.
autoMerge  Boolean  (Optional)
True for auto merge. Means to connect the last point of the previous path, if any, with the first point of the specified path.
See Also