独学プログラミング言語のページ > Win32API(C言語,C++) > CreateSolidBrush

CreateSolidBrush

HBRUSH CreateSolidBrush(
  COLORREF crColor   //ブラシの色を表す値
);

ソース

トップページ