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

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

    Parameters

    nativePtr
    The native PTR.
    See Also