 | PdfiumFPDFShadingPattern_GetColorSpace Method |
Get the color space in which color values are expressed.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static IntPtr FPDFShadingPattern_GetColorSpace(
IntPtr shadding_pattern
)
Public Shared Function FPDFShadingPattern_GetColorSpace (
shadding_pattern As IntPtr
) As IntPtr
public:
static IntPtr FPDFShadingPattern_GetColorSpace(
IntPtr shadding_pattern
)
static member FPDFShadingPattern_GetColorSpace :
shadding_pattern : IntPtr -> IntPtr
public static IntPtr FPDFShadingPattern_GetColorSpace(
IntPtr shadding_pattern
)
Patagames.Pdf.Pdfium.FPDFShadingPattern_GetColorSpace = function(shadding_pattern);
Parameters
- shadding_pattern IntPtr
- The handle to the shading pattern.
Return Value
IntPtrHandle of the color space object.
Exceptions
See Also