Click or drag to resize

PdfiumFPDFShadingObj_SetMatrix(IntPtr, FS_MATRIX) Method

Set the transformation matrix into shading object

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFShadingObj_SetMatrix(
	IntPtr path_obj,
	FS_MATRIX matrix
)

Parameters

path_obj  IntPtr
The handle to the shading object.
matrix  FS_MATRIX
The matrix of path object
See Also