GetDeviceCaps function gdi32

int GetDeviceCaps(
  1. int hdc,
  2. int index
)

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);