Click or drag to resize

FS_PATHPOINTF(PdfTypeBase) Constructor

Initializes a new instance of the FS_PATHPOINTF structure with the specified array.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FS_PATHPOINTF(
	PdfTypeBase array
)

Parameters

array  PdfTypeBase
The PdfTypeArray or PdfTypeIndirect array that contains X, Y coordinates and flag.
See Also