 | PdfTypeArrayGetRectAt Method |
Gets the element with the specified index and returns it as a rectangle.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FS_RECTF GetRectAt(
int index
)
Public Function GetRectAt (
index As Integer
) As FS_RECTF
public:
FS_RECTF GetRectAt(
int index
)
member GetRectAt :
index : int -> FS_RECTF
public FS_RECTF GetRectAt(
int index
)
function GetRectAt(index);
Parameters
- index Int32
- The zero-based index of the element to get.
Return Value
FS_RECTFThe rectangle located at the specified index.
See Also