 | PdfiumFPDFShadingType2_SetExtend Method |
Set two boolean values specifying whether to extend the shading beyond the starting and ending points of the axis, respectively.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static bool FPDFShadingType2_SetExtend(
IntPtr shadding_pattern,
bool isExtendAtStart,
bool isExtendAtEnd
)
Public Shared Function FPDFShadingType2_SetExtend (
shadding_pattern As IntPtr,
isExtendAtStart As Boolean,
isExtendAtEnd As Boolean
) As Boolean
public:
static bool FPDFShadingType2_SetExtend(
IntPtr shadding_pattern,
bool isExtendAtStart,
bool isExtendAtEnd
)
static member FPDFShadingType2_SetExtend :
shadding_pattern : IntPtr *
isExtendAtStart : bool *
isExtendAtEnd : bool -> bool
public static boolean FPDFShadingType2_SetExtend(
IntPtr shadding_pattern,
boolean isExtendAtStart,
boolean isExtendAtEnd
)
Patagames.Pdf.Pdfium.FPDFShadingType2_SetExtend = function(shadding_pattern, isExtendAtStart, 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 point of the axis.
- isExtendAtEnd Boolean
- The Boolean value specifying whether to extend the shading beyond the ending point of the axis.
Return Value
BooleanTrue on success; False otherwise.
Remarks Note |
---|
Only applicable to Type 2 (Axial) shadings (AxialShading). |
See Also