CreateSolidBrush method

Pointer<HBRUSH__> CreateSolidBrush(
  1. int color
)

Implementation

ffi.Pointer<HBRUSH__> CreateSolidBrush(
  int color,
) {
  return _CreateSolidBrush(
    color,
  );
}