DeleteDC function Null safety gdi32
- int hdc
The DeleteDC function deletes the specified device context (DC).
BOOL DeleteDC(
HDC hdc
);
Implementation
int DeleteDC(int hdc) => _DeleteDC(hdc);
The DeleteDC function deletes the specified device context (DC).
BOOL DeleteDC(
HDC hdc
);
int DeleteDC(int hdc) => _DeleteDC(hdc);