SetDCBrushColor method

int SetDCBrushColor(
  1. Pointer<HDC__> hdc,
  2. int color
)

Implementation

int SetDCBrushColor(
  ffi.Pointer<HDC__> hdc,
  int color,
) {
  return _SetDCBrushColor(
    hdc,
    color,
  );
}