Click or drag to resize

PdfTypeArrayGetRectAt Method

Gets the element with the specified index and returns it as a rectangle.

Namespace: Patagames.Pdf.Net.BasicTypes
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FS_RECTF GetRectAt(
	int index
)

Parameters

index  Int32
The zero-based index of the element to get.

Return Value

FS_RECTF
The rectangle located at the specified index.
See Also