DeleteDC function gdi32

bool DeleteDC(
  1. HDC hdc
)

Deletes the specified device context (DC).

To learn more, see learn.microsoft.com/windows/win32/api/wingdi/nf-wingdi-deletedc.

Implementation

@pragma('vm:prefer-inline')
bool DeleteDC(HDC hdc) => _DeleteDC(hdc) != FALSE;