ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Output1 Class / DuplicateOutput Method

In This Topic
    DuplicateOutput Method
    In This Topic
    HRESULT IDXGIOutput1::DuplicateOutput([In] IUnknown* pDevice,[Out] void** ppOutputDuplication)
    Syntax
    'Declaration
     
    Public Function DuplicateOutput( _
       ByVal deviceRef As ComObject _
    ) As IntPtr
    public IntPtr DuplicateOutput( 
       ComObject deviceRef
    )

    Parameters

    deviceRef
    See Also