Previous | Up | Next |
_DRAWrectangle8
Draw a rectangle inside a 8-bits bitmap.Parameters
ObjBitmap8 _DRAWrectangle8 ( ObjBitmap8 _bitmap_ I _x_ I _y_ I _width_ I _height_ I _border_type_ I _border_size_ I _border_color_ I _inside_type_ I _inside_color_ )
Return value
_bitmap_ any 8-bits bitmap _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)
same bitmap