ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext1 Class / DeviceContext1 Constructor
The native pointer.

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

    Parameters

    nativePtr
    The native pointer.
    See Also