fg_move()Win32 DirectX Fastgraph/Light Prototype void fg_move (int ix, int iy); Sub fg_move (ByVal ix As Long, ByVal iy As Long) procedure fg_move (ix, iy : integer); Description The fg_move() function establishes the graphics cursor position at an absolute screen space point. The fg_vbinit() function sets the graphics cursor position to (0,0). Parameters ix is the screen space x coordinate of the graphics cursor's new position. iy is the screen space y coordinate of the graphics cursor's new position. Return value none Restrictions none See also fg_moverel(), fg_moverw(), fg_movew() Examples Most of the example programs use this function.
|
 
copyright 2001 Ted Gruber Software, Inc.