Click or drag to resize

PdfiumFPDFShadingPattern_GetMesh Method

Get the triangle / coons patch / tensor patch mesh of the specified shading pattern.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static float[] FPDFShadingPattern_GetMesh(
	IntPtr hPattern,
	out int nComps
)

Parameters

hPattern  IntPtr
Handle to the pattern object.
nComps  Int32
The number of color components in the returned vertex array.

Return Value

Single
An array of vertices that define the mesh; null if any error occured.
See Also