fg_draww()Win32 DirectX Fastgraph/Light Prototype void fg_draww (double x, double y); Sub fg_draww (ByVal x As Double, ByVal y As Double) procedure fg_draww (x, y : real); Description The fg_draww() function draws a solid 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. Return value none Restrictions none See also fg_draw(), fg_drawrw(), fg_drawxw(), fg_movew() Examples
|
 
copyright 2001 Ted Gruber Software, Inc.