fg_point()Win32 DirectX Fastgraph/Light Prototype void fg_point (int ix, int iy); Sub fg_point (ByVal ix As Long, ByVal iy As Long) procedure fg_point (ix, iy : integer); Description The fg_point() function draws a point (displays a pixel) in screen space, with clipping. Parameters ix is the point's screen space x coordinate. iy is the point's screen space y coordinate. Return value none Restrictions none See also fg_pointw(), fg_pointx(), fg_putpixel() Examples
|
 
copyright 2001 Ted Gruber Software, Inc.