Functions | |
| void | fltk::drawline (float x0, float y0, float x1, float y1) |
| void | fltk::drawline (int x0, int y0, int x1, int y1) |
| void | fltk::drawpoint (float x, float y) |
| void | fltk::drawpoint (int x, int y) |
| void | fltk::fillrect (const Rectangle &) |
| void | fltk::strokerect (const Rectangle &) |
|
|
Fill the rectangle with the current color. |
|
|
Draw a line inside this bounding box (currently correct only for 0-thickness lines). |
|
||||||||||||
|
Draw a dot at the given point. |
|
||||||||||||
|
Draw a dot at the given point. |
|
||||||||||||||||||||
|
Draw a straight line between the two points. |
|
||||||||||||||||||||
|
Draw a straight line between the two points. |
©2004 Bill Spitzak and others. See Main Page
for details.