ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / PngBitmapDecoder Class / PngBitmapDecoder Constructor
The native PTR.

In This Topic
    PngBitmapDecoder Constructor
    In This Topic
    Initializes a new instance of the PngBitmapDecoder class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nativePtr As IntPtr _
    )
    public PngBitmapDecoder( 
       IntPtr nativePtr
    )

    Parameters

    nativePtr
    The native PTR.
    See Also