Previous Up Next

_DRAWcircle8
Draw a circle inside a 8-bits bitmap.

ObjBitmap8 _DRAWcircle8 (
ObjBitmap8 _bitmap_
I _x_
I _y_
I _radius_
I _border_type_
I _border_size_
I _border_color_
I _inside_type_
I _inside_color_
)
Parameters

_bitmap_
any 8-bits bitmap
_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)
Return value

same bitmap