Draw_Box
Last Modified: May 29, 2005 22:05PM
|
|
| (Any)
|
Description
DRAW_BOX ( INT X1, INT Y1, INT X2, INT Y2 )
Draws a filled rectangle
PARAMETERS:
INT x1: Horizontal coordinate of the first point
INT y1: Vertical coordinate of the first point
INT x2: Horizontal coordinate of the second point
INT y2: Vertical coordinate of the second point
DESCRIPTION:
It draws a filled rectangle between two spots, using the colour selected with Drawing_Map, in the chosen graph by the last call to Drawing_Map.
All determined points by these four coordinates will be changed to chosen colour.
It is valid to specify coordinates out of the limits of the graph, but the picture will cut off over these.
|
User Contributed Notes Draw_Box |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:33:05 |
|
|