 | PdfiumFPDFShadingObj_GetMatrix(IntPtr) Method |
Get the transformation matrix of the shading object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static FS_MATRIX FPDFShadingObj_GetMatrix(
IntPtr shading_obj
)
Public Shared Function FPDFShadingObj_GetMatrix (
shading_obj As IntPtr
) As FS_MATRIX
public:
static FS_MATRIX^ FPDFShadingObj_GetMatrix(
IntPtr shading_obj
)
static member FPDFShadingObj_GetMatrix :
shading_obj : IntPtr -> FS_MATRIX
public static FS_MATRIX FPDFShadingObj_GetMatrix(
IntPtr shading_obj
)
Patagames.Pdf.Pdfium.FPDFShadingObj_GetMatrix = function(shading_obj);
Parameters
- shading_obj IntPtr
- The handle to the shading object.
Return Value
FS_MATRIXAn instance of
FS_MATRIX. Never returns NULL.
See Also