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

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

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