[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.Surface1.ReleaseDC

ReleaseDC Method

ReleaseDC()

Releases the GDI device context (DC) associated with the current surface and allows rendering using Direct3D. The whole surface to be considered dirty.

Declaration
public void ReleaseDC()
Public Sub ReleaseDC()

ReleaseDC(RectL)

Releases the GDI device context (DC) associated with the current surface and allows rendering using Direct3D.

Declaration
public void ReleaseDC(RectL dirtyRect)
Public Sub ReleaseDC(dirtyRect As RectL)
Parameters
Type Name Description
RectL dirtyRect