fg_drawrelx()

Win32 DirectX Fastgraph/Light

Prototype

void fg_drawrelx (int ix, int iy);

Sub fg_drawrelx (ByVal ix As Long, ByVal iy As Long)

procedure fg_drawrelx (ix, iy : integer);

Description

The fg_drawrelx() function draws a solid line in "exclusive or" mode from the graphics cursor position to a screen space position relative to it. The destination position becomes the new graphics cursor position.

Parameters

ix is the screen space x offset of the destination position.

iy is the screen space y offset of the destination position.

Return value

none

Restrictions

none

See also

fg_drawrel(), fg_drawrxw(), fg_drawx(), fg_moverel()

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.