Click or drag to resize

PdfiumFPDFShadingPattern_SetMesh Method

Set the triangle / coons patch / tensor patch mesh to the specified shading pattern.

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

Parameters

hPattern  IntPtr
Handle to the pattern object.
vertices  Single
An array of vertices that define the mesh.
nComps  Int32
Number of color components in the vertices array.

Return Value

Boolean
true if the mesh was successfully set; false if any error occurred.
See Also