Click or drag to resize

PdfiumFPDFShadingType3_GetExtend Method

Get two boolean values specifying whether to extend the shading beyond the starting and ending circles, respectively.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public static void FPDFShadingType3_GetExtend(
	IntPtr shadding_pattern,
	out bool isExtendAtStart,
	out bool isExtendAtEnd
)

Parameters

shadding_pattern  IntPtr
The handle to the shading pattern.
isExtendAtStart  Boolean
The Boolean value specifying whether to extend the shading beyond the starting circle.
isExtendAtEnd  Boolean
The Boolean value specifying whether to extend the shading beyond the ending circle.
Remarks
Note  Note
Only applicable to Type 3 (Radial) shadings (RadialShading).
See Also