Click or drag to resize

PdfiumFPDFTilingPattern_GetParams Method

Get parameters from the specified tiling pattern.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static bool FPDFTilingPattern_GetParams(
	IntPtr hPattern,
	out bool bColored,
	out TilingType tilingType,
	out FS_RECTF bbox,
	out float xStep,
	out float yStep
)

Parameters

hPattern  IntPtr
Handle to the pattern object.
bColored  Boolean
Flag indicating whether the given pattern is colored or not.
tilingType  TilingType
A code that controls adjustments to the spacing of tiles relative to the device pixel grid.
bbox  FS_RECTF
A rectangle in the pattern coordinate system giving the coordinates of the left, bottom, right, and top edges, respectively, of the pattern cell’s bounding box. These boundaries are used to clip the pattern cell.
xStep  Single
The desired horizontal spacing between pattern cells, measured in the pattern coordinate system.
yStep  Single
The desired vertical spacing between pattern cells, measured in the pattern coordinate system.

Return Value

Boolean
true on success; false otherwise.
See Also