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

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

    Parameters

    nativePtr
    The native pointer.
    See Also