ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DXGI Namespace / Surface1 Class / ReleaseDC Method / ReleaseDC(RectL) Method

In This Topic
    ReleaseDC(RectL) Method
    In This Topic
    Releases the GDI device context (DC) associated with the current surface and allows rendering using Direct3D.
    Syntax
    'Declaration
     
    Public Overloads Sub ReleaseDC( _
       ByVal dirtyRect As RectL _
    ) 
    public void ReleaseDC( 
       RectL dirtyRect
    )

    Parameters

    dirtyRect
    See Also