Previous Up Next

_DRAWpoly16 DEPRECATED
Draw a polygon inside a bitmap.

ObjBitmap _DRAWpoly16 (
ObjBitmap _bitmap_
I _size_
tab [I I] _table_
I _border_type_
I _border_size_
I _border_color_
I _inside_type_
I _inside_color_
)
scol 4.5 : _DRAWpoly16 should be considered as obsolete. Use _DRAWpoly24 instead.
Parameters

_bitmap_
any bitmap
_size_
size of _table_
_table_
table of pixels (couples x,y)
_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