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

In This Topic
    BmpBitmapDecoder Class
    In This Topic
    Bmp bitmap encoder using BitmapDecoder initialized with default guid ContainerFormatGuids.Bmp.
    Object Model
    BmpBitmapDecoder Class
    Syntax
    'Declaration
     
    Public Class BmpBitmapDecoder 
       Inherits BitmapDecoder
       Implements C1.Util.DX.IUnknown 
    public class BmpBitmapDecoder : 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.BmpBitmapDecoder

    See Also