Move_Draw
Last Modified: May 29, 2005 23:05PM
|
|
| (Any)
|
Description
MOVE_DRAW ( OBJECT, X, Y )
It moves an object that was drawn with one of the primitive graphical functions.
PARAMETERS
INT OBJECT: Identificador del objeto a mover
INT X: Nueva coordenada horizontal
INT Y: Nueva coordenada vertical
DESCRIPTION
It moves 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 specified coordinates make reference when first of the used points drawing a line or curve, or to the center of the circle. The object will not be deformed, only displaced: in a line, the second point will be displaced in the same magnitude that first.
|
User Contributed Notes Move_Draw |
|
| There are no user contributed notes for this page. |
| Last updated: Mon, 30 May 2005 - 10:33:06 |
|
|