ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct2D Namespace / Bitmap1 Class / Bitmap1 Constructor
The native pointer.

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

    Parameters

    nativePtr
    The native pointer.
    See Also