FormattedFragmentGetMatrix Method |
Namespace: Aspose.PdfAssembly: Aspose.PDF (in Aspose.PDF.dll) Version: 20.3
Syntaxprotected virtual Matrix GetMatrix(
double curX,
double curY,
PageInfo pageInfo
)
Protected Overridable Function GetMatrix (
curX As Double,
curY As Double,
pageInfo As PageInfo
) As Matrix
protected:
virtual Matrix^ GetMatrix(
double curX,
double curY,
PageInfo^ pageInfo
)
abstract GetMatrix :
curX : float *
curY : float *
pageInfo : PageInfo -> Matrix
override GetMatrix :
curX : float *
curY : float *
pageInfo : PageInfo -> Matrix
Parameters
- curX
- Type: SystemDouble
- curY
- Type: SystemDouble
- pageInfo
- Type: Aspose.PdfPageInfo
Return Value
Type:
Matrix
See Also