ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / PngBitmapDecoder Class
Members

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

    See Also