 | PdfTypeArrayGetMatrixAt Method |
Gets the element with the specified index and returns it as a matrix.
Namespace: Patagames.Pdf.Net.BasicTypesAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic FS_MATRIX GetMatrixAt(
int index
)
Public Function GetMatrixAt (
index As Integer
) As FS_MATRIX
public:
FS_MATRIX^ GetMatrixAt(
int index
)
member GetMatrixAt :
index : int -> FS_MATRIX
public FS_MATRIX GetMatrixAt(
int index
)
function GetMatrixAt(index);
Parameters
- index Int32
- The zero-based index of the element to get.
Return Value
FS_MATRIXThe matrix located at the specified index; null if there is no matrix.
See Also