ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapCodecProgressNotification Class / BitmapCodecProgressNotification Constructor
The native pointer.

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

    Parameters

    nativePtr
    The native pointer.
    See Also