-
Notifications
You must be signed in to change notification settings - Fork 1
drawmodule
#Draw
##Description This unit contains the predefined subprograms that deal with drawing pixel graphics to the screen.
All routines in the Draw unit are exported qualified (and thus must be prefaced with "Draw.").
##Entry Points
draw_cls.html Clears the screen to color 0. draw_dot.html Draws a dot. draw_line.html Draws a line. draw_dashedline.html Draws a dashed or dotted line. draw_thickline.html Draws a thick line. draw_box.html Draws a box. draw_fillbox.html Draws a filled box. draw_oval.html Draws an oval. draw_filloval.html Draws a filled oval. draw_arc.html Draws an arc. draw_fillarc.html Draws a filled arc or a wedge. draw_polygon.html Draws a polygon. draw_fillpolygon.html Draws a filled polygon. draw_mapleleaf.html Draws a maple leaf. draw_fillmapleleaf.html Draws a filled maple leaf. draw_star.html Draws a star. draw_fillstar.html Draws a filled star. draw_fill.html Does a flood fill. draw_text.html Draws text as graphics