Fenix Manual
Fenix Manual
Command Reference
Drawing Commands

Delete_Draw
Draw_Box
Draw_Circle
Draw_Curve
Draw_Fcircle
Draw_Line
Draw_Rect
Drawing_Alpha
Drawing_Color
Drawing_Map
Drawing_Stipple
Drawing_Z
Move_Draw

Draw_Rect
Last Modified: May 29, 2005 22:05PM
(Any)
Description

DRAW_RECT ( INT X1, INT Y1, INT X2, INT Y2 )
Draws a non filled rectangle

PARAMETERS:
INT [variable]x1[variable]: Horizontal coordinate of the first point
INT [variable]y1[//variable]: 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 rectangle between two spots, using the colour chosen with Drawing_Color, in the chosen graph by the last call to Drawing_Map. A rectangle has four lines (two verticals and two horizontals) and it is not filled.

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_Rect
Add Notes About Notes
There are no user contributed notes for this page.
Last updated: Mon, 30 May 2005 - 10:33:05

Manual © 2005 By Gary Moncrieff(Dazzy), Notes belong to their respective posters