fg_draw()

Win32 DirectX Fastgraph/Light

Prototype

void fg_draw (int ix, int iy);

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

procedure fg_draw (ix, iy : integer);

Description

The fg_draw() function draws a solid line 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_3Dline(), fg_drawrel(), fg_draww(), fg_drawx(), fg_move()

Examples

Graphics, Scroller

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.