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

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

    Parameters

    nativePtr
    The native pointer.
    See Also