ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Surface1 Class / GetDC Method

In This Topic
    GetDC Method (Surface1)
    In This Topic
    HRESULT IDXGISurface1::GetDC([In] BOOL Discard,[Out] HDC* phdc)
    Syntax
    'Declaration
     
    Public Function GetDC( _
       ByVal discard As Bool _
    ) As IntPtr
    public IntPtr GetDC( 
       Bool discard
    )

    Parameters

    discard
    See Also