Click or drag to resize

FS_QUADPOINTSF(PdfTypeBase) Constructor

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

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

Parameters

array  PdfTypeBase
The PdfTypeArray or PdfTypeIndirect array of 8 numbers specifying the coordinates of quadrilateral given in the order x1, y1, x2, y2, x3, y3, x4, y4.
See Also