Delete_Draw
Last Modified: May 29, 2005 23:05PM
|
|
| (Any)
|
Description
DELETE_DRAW ( OBJECT)
Delete a drawn graphical object with one of the primitive graph functions
PARAMETERS
INT OBJECT : Identifier of object to delete
DESCRIPTION
It destroys an object created with one of the primitive functions (they all use the area code DRAW_) when they were created after a call to Drawing_Z. The object will not be drawn in later frames, and the memory used to store it is released.
The parameter that it identifies to the object is the value given back by the function of primitive called graph to create it. Alternatively, 0 like object can be specified, with which this function will destroy all the objects created with functions of primitive graphs.
|
Also see:
Drawing_Map: It chooses the graphical destiny of the primitive graphs
Drawing_Z:
Draw_Box: Draws a box
Draw_Circle: Draws a circle
Draw_Fcircle: Draws a filled circle
Draw_Line: Draws a line beteen two points
Draw_Curve: Draws a curved line
Draw_Rect: Draws a rectangle
|
User Contributed Notes Delete_Draw |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:33:05 |
|
|