GetDCPenColor method

int GetDCPenColor(
  1. Pointer<HDC__> hdc
)

Implementation

int GetDCPenColor(
  ffi.Pointer<HDC__> hdc,
) {
  return (_GetDCPenColor ??=
      _dylib.lookupFunction<_c_GetDCPenColor, _dart_GetDCPenColor>(
          'GetDCPenColor'))(
    hdc,
  );
}