fg_drawxw()

Win32 DirectX Fastgraph/Light

Prototype

void fg_drawxw (double x, double y);

Sub fg_drawxw (ByVal x As Double, ByVal y As Double)

procedure fg_drawxw (x, y : real);

Description

The fg_drawxw() function draws a solid line in "exclusive or" mode from the graphics cursor position to an absolute 2D world space position. It also makes the destination position the new graphics cursor position.

Parameters

x is the world space x coordinate of the destination position.

y is the world space y coordinate of the destination position.

Return value

none

Restrictions

none

See also

fg_drawrxw(), fg_draww(), fg_drawx(), fg_movew()

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.