Previous Up Next

_PAINTrectangle
Draw a rectangle inside a window.

ObjWin _PAINTrectangle (
ObjWin
I _x_
I _y_
I _width_
I _height_
I _border_type_
I _border_size_
I _border_color_
I _inside_type_
I _inside_color_
)
Parameters

_x_
x coordinate of upper-left corner
_y_
y coordinate of upper-left corner
_width_
width
_height_
height
_border_type_
type of border:
DRAW_SOLID normal
DRAW_INVISIBLE invisible
_border_size_
width of border
_border_color_
color of border (24bits)
_inside_type_
type of inside:
DRAW_SOLID normal
DRAW_INVISIBLE invisible
_inside_color_
color of inside (24bits)
Return value

same window