GetDeviceCaps function gdi32
The GetDeviceCaps function retrieves device-specific information for the specified device.
int GetDeviceCaps(
HDC hdc,
int index
);
Implementation
int GetDeviceCaps(int hdc, int index) => _GetDeviceCaps(hdc, index);