fg_dashw()

Win32 DirectX Fastgraph/Light

Prototype

void fg_dashw (double x, double y, int pattern);

Sub fg_dashw (ByVal x As Double, ByVal y As Double, ByVal pattern As Long)

procedure fg_dashw (x, y : real; pattern : integer);

Description

The fg_dashw() function draws a dashed line 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.

pattern represents a 16-bit cyclic dash pattern. Bits that are 1 will result in a pixel being drawn; bits that are 0 will result in a pixel being skipped.

Return value

none

Restrictions

none

See also

fg_dash(), fg_dashrel(), fg_dashrw(), fg_movew()

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.