DrawBar

히스토그램 열을 채워진 Rectangle으로 그리기.

 void  DrawBar(
   const int   x,    // X 좌표
   const int   y,    // Y 좌표
   const int   w,    // 너비
   const int   h,    // 높이
   const uint  clr,  // 색상
  \)

매개변수

x

[in] 다음에서의 좌측 상단 점의 X 좌표: Rectangle.

y

[in] 다음에서의 좌측 상단 점의 Y 좌표: Rectangle.

w

[in] Rectangle의 너비.

h

[in] Rectangle의 높이.

clr

[in] Rectangle의 색상.