Click or drag to resize

FS_RECTF(PdfTypeBase) Constructor

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

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public FS_RECTF(
	PdfTypeBase array
)

Parameters

array  PdfTypeBase
The PdfTypeArray or PdfTypeIndirect array that contains left, bottom, right and top points of rectangle
See Also