ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.WIC Namespace / GifBitmapDecoder Class
Members

In This Topic
    GifBitmapDecoder Class
    In This Topic
    Gif bitmap encoder using BitmapDecoder initialized with default guid ContainerFormatGuids.Gif.
    Object Model
    GifBitmapDecoder Class
    Syntax
    'Declaration
     
    Public Class GifBitmapDecoder 
       Inherits BitmapDecoder
       Implements C1.Util.DX.IUnknown 
    public class GifBitmapDecoder : BitmapDecoder, C1.Util.DX.IUnknown  
    Inheritance Hierarchy

    System.Object
       C1.Util.DX.DisposeBase
          C1.Util.DX.CppObject
             C1.Util.DX.ComObject
                C1.Util.DX.WIC.BitmapDecoder
                   C1.Util.DX.WIC.GifBitmapDecoder

    See Also