Draw_Fcircle
Last Modified: May 29, 2005 22:05PM
|
|
| (Any)
|
Description
DRAW_FCIRCLE ( INT X, INT Y, INT RADIUS )
Draws a filled circle
PARAMETERS:
INT x: Horizontal coordinate of the center
INT y: Vertical coordinate of the center
INT radius: Radius in pixels
DESCRIPTION:
It draws a filled 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_Fcircle |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:33:05 |
|
|