Previous Up Next

_SDRAWpoly
Draws a polygon on a surface.

ObjSurface _SDRAWpoly (
ObjSurface _surface_
I _size_
tab [I I] _table_
I _borderType_
I _borderSize_
I _borderColor_
I _interiorType_
I _interiorColor_
)
Parameters

_surface_
Rendering surface
_size_
Size of following table
_table_
Pixel Table (x,y pairs)
_borderType_
Type of border
DRAW_SOLID normal
DRAW_INVISIBLE invisible
_borderSize_
Border thickness
_borderColor_
Border color (24 bits)
_interiorType_
Fill type
DRAW_SOLID normal
DRAW_INVISIBLE invisible
_interiorColor_
Fill color (24 bits)
Return value

Rendering surface