ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DXGI Namespace / SwapChain2 Class / Explicit Type Conversion Operator

In This Topic
    Explicit Type Conversion Operator (SwapChain2)
    In This Topic
    Performs an explicit conversion from System.IntPtr to SwapChain2.
    Syntax
    'Declaration
     
    Public Operator Narrowing CType( _
       ByVal nativePointer As System.IntPtr _
    ) As SwapChain2
    public SwapChain2 operator explicit( 
       System.IntPtr nativePointer
    )

    Parameters

    nativePointer
    See Also