Click or drag to resize

PdfiumFPDFShadingObj_GetMatrix(IntPtr) Method

Get the transformation matrix of the shading object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static FS_MATRIX FPDFShadingObj_GetMatrix(
	IntPtr shading_obj
)

Parameters

shading_obj  IntPtr
The handle to the shading object.

Return Value

FS_MATRIX
An instance of FS_MATRIX. Never returns NULL.
See Also