GetDeviceCaps method
Implementation
int GetDeviceCaps(
ffi.Pointer<HDC__> hdc,
int index,
) {
return (_GetDeviceCaps ??=
_dylib.lookupFunction<_c_GetDeviceCaps, _dart_GetDeviceCaps>(
'GetDeviceCaps'))(
hdc,
index,
);
}