ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapFrameDecode Class / TryGetColorContexts Method / TryGetColorContexts(ImagingFactory) Method

In This Topic
    TryGetColorContexts(ImagingFactory) Method
    In This Topic
    Get the ColorContext of the image (if any)
    Syntax
    'Declaration
     
    Public Overloads Function TryGetColorContexts( _
       ByVal imagingFactory As ImagingFactory _
    ) As ColorContext()
    public ColorContext[] TryGetColorContexts( 
       ImagingFactory imagingFactory
    )

    Parameters

    imagingFactory

    Return Value

    null if the decoder does not support color contexts; otherwise an array of zero or more ColorContext objects
    See Also