GetDeviceCaps method

int GetDeviceCaps(
  1. Pointer<HDC__> hdc,
  2. int index
)

Implementation

int GetDeviceCaps(
  ffi.Pointer<HDC__> hdc,
  int index,
) {
  return _GetDeviceCaps(
    hdc,
    index,
  );
}