 | PdfiumFPDFShadingType2_GetExtend Method |
Get 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 void FPDFShadingType2_GetExtend(
IntPtr shadding_pattern,
out bool isExtendAtStart,
out bool isExtendAtEnd
)
Public Shared Sub FPDFShadingType2_GetExtend (
shadding_pattern As IntPtr,
<OutAttribute> ByRef isExtendAtStart As Boolean,
<OutAttribute> ByRef isExtendAtEnd As Boolean
)
public:
static void FPDFShadingType2_GetExtend(
IntPtr shadding_pattern,
[OutAttribute] bool% isExtendAtStart,
[OutAttribute] bool% isExtendAtEnd
)
static member FPDFShadingType2_GetExtend :
shadding_pattern : IntPtr *
isExtendAtStart : bool byref *
isExtendAtEnd : bool byref -> unit
public static void FPDFShadingType2_GetExtend(
IntPtr shadding_pattern,
/** @attribute OutAttribute */ /** @ref */boolean isExtendAtStart,
/** @attribute OutAttribute */ /** @ref */boolean isExtendAtEnd
)
Patagames.Pdf.Pdfium.FPDFShadingType2_GetExtend = 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.
Remarks Note |
---|
Only applicable to Type 2 (Axial) shadings (AxialShading). |
See Also