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

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

    Parameters

    nativePtr
    The native pointer.
    See Also