 | PdfiumFPDFShadingObj_SetMatrix(IntPtr, Single, Single, Single, Single, Single, Single) Method |
Set the transformation matrix into shading object
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFShadingObj_SetMatrix(
IntPtr shading_obj,
float a,
float b,
float c,
float d,
float e,
float f
)
Public Shared Sub FPDFShadingObj_SetMatrix (
shading_obj As IntPtr,
a As Single,
b As Single,
c As Single,
d As Single,
e As Single,
f As Single
)
public:
static void FPDFShadingObj_SetMatrix(
IntPtr shading_obj,
float a,
float b,
float c,
float d,
float e,
float f
)
static member FPDFShadingObj_SetMatrix :
shading_obj : IntPtr *
a : float32 *
b : float32 *
c : float32 *
d : float32 *
e : float32 *
f : float32 -> unit
public static void FPDFShadingObj_SetMatrix(
IntPtr shading_obj,
float a,
float b,
float c,
float d,
float e,
float f
)
Patagames.Pdf.Pdfium.FPDFShadingObj_SetMatrix = function(shading_obj, a, b, c, d, e, f);
Parameters
- shading_obj IntPtr
- The handle to shading object.
- a Single
- The coefficient "a" of the matrix
- b Single
- The coefficient "b" of the matrix
- c Single
- The coefficient "c" of the matrix
- d Single
- The coefficient "d" of the matrix
- e Single
- The coefficient "e" of the matrix
- f Single
- The coefficient "f" of the matrix
See Also