 | PdfiumFPDFShadingType1_GetMatrix Method |
Get a transformation matrix mapping the coordinate space specified by the shading's domain into the shading’s target coordinate space.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static void FPDFShadingType1_GetMatrix(
IntPtr shadding_pattern,
out float a,
out float b,
out float c,
out float d,
out float e,
out float f
)
Public Shared Sub FPDFShadingType1_GetMatrix (
shadding_pattern As IntPtr,
<OutAttribute> ByRef a As Single,
<OutAttribute> ByRef b As Single,
<OutAttribute> ByRef c As Single,
<OutAttribute> ByRef d As Single,
<OutAttribute> ByRef e As Single,
<OutAttribute> ByRef f As Single
)
public:
static void FPDFShadingType1_GetMatrix(
IntPtr shadding_pattern,
[OutAttribute] float% a,
[OutAttribute] float% b,
[OutAttribute] float% c,
[OutAttribute] float% d,
[OutAttribute] float% e,
[OutAttribute] float% f
)
static member FPDFShadingType1_GetMatrix :
shadding_pattern : IntPtr *
a : float32 byref *
b : float32 byref *
c : float32 byref *
d : float32 byref *
e : float32 byref *
f : float32 byref -> unit
public static void FPDFShadingType1_GetMatrix(
IntPtr shadding_pattern,
/** @attribute OutAttribute */ /** @ref */float a,
/** @attribute OutAttribute */ /** @ref */float b,
/** @attribute OutAttribute */ /** @ref */float c,
/** @attribute OutAttribute */ /** @ref */float d,
/** @attribute OutAttribute */ /** @ref */float e,
/** @attribute OutAttribute */ /** @ref */float f
)
Patagames.Pdf.Pdfium.FPDFShadingType1_GetMatrix = function(shadding_pattern, a, b, c, d, e, f);
Parameters
- shadding_pattern IntPtr
- The handle to the shading pattern.
- 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.
Remarks
See Also