Click or drag to resize

PdfiumFPDFPathObj_SetMatrix(IntPtr, FS_MATRIX) Method

Set the matrix of a path object

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

Parameters

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