GetDCBrushColor method

int GetDCBrushColor(
  1. Pointer<HDC__> hdc
)

Implementation

int GetDCBrushColor(
  ffi.Pointer<HDC__> hdc,
) {
  return _GetDCBrushColor(
    hdc,
  );
}