Draw_Circle
Last Modified: May 29, 2005 22:05PM
|
|
| (Any)
|
Description
DRAW_CIRCLE ( INT X, INT Y, INT RADIUS )
Draws a circle
PARAMETERS:
INT [variable]x[variable]: Horizontal coordinate of the center
INT y: Vertical coordinate of the center
INT radius: Radius in pixels
DESCRIPTION:
It draws a circle around of a point, using the colour chosen with Drawing_Color, and in the chosen graph by the last call to Drawing_Map.
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_Circle |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:33:05 |
|
|