Previous | Up | Next |
Draw a circle inside a window.Parameters
ObjWin _PAINTcircle ( ObjWin _window_ I _x_ I _y_ I _radius_ I _border_type_ I _border_size_ I _border_color_ I _inside_type_ I _inside_color_ )
Return value
_window_ any window _x_ x coordinate _y_ y coordinate _radius_ radius _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)
same window