fg_drawx()Win32 DirectX Fastgraph/Light Prototype void fg_drawx (int ix, int iy); Sub fg_drawx (ByVal ix As Long, ByVal iy As Long) procedure fg_drawx (ix, iy : integer); Description The fg_drawx() function draws a solid line in "exclusive or" mode from the graphics cursor position to an absolute screen space position. It also makes the destination position the new graphics cursor position. Parameters ix is the screen space x coordinate of the destination position. iy is the screen space y coordinate of the destination position. Return value none Restrictions none See also fg_draw(), fg_drawrelx(), fg_drawxw(), fg_move()
|
 
copyright 2001 Ted Gruber Software, Inc.