Previous Up Next

_DRAWpoly24
Draw a polygon inside a 24bits bitmap.

ObjBitmap _DRAWpoly24 (
ObjBitmap _bitmap_
I _size_
tab [I I] _table_
I _border_type_
I _border_size_
I _border_color_
I _inside_type_
I _inside_color_
)
Required

scol 4.5 or above
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