procedure FillRect(x1, y1, x2, y2: integer; Value: double); ... Note: Rect values are inclusive so FillRect(0, 0, 5, 5, clWhite) will fill a 6x6 pixel ...
確定! 回上一頁