ComponentOne Imaging for UWP
C1.UWP.Imaging Assembly / C1.Xaml.Imaging Namespace / C1GifImage Class / Implicit Type Conversion Operator
The GIF image.

In This Topic
    Implicit Type Conversion Operator
    In This Topic
    Performs an implicit conversion from C1GifImage to Windows.UI.Xaml.Media.ImageSource.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal gifImage As C1GifImage _
    ) As Windows.UI.Xaml.Media.ImageSource
    public Windows.UI.Xaml.Media.ImageSource operator implicit( 
       C1GifImage gifImage
    )

    Parameters

    gifImage
    The GIF image.

    Return Value

    The result of the conversion.
    See Also