fg_rectw()Win32 DirectX Fastgraph/Light Prototype void fg_rectw (double xmin, double xmax, double ymin, double ymax); Sub fg_rectw (ByVal xmin As Double, ByVal xmax As Double, ByVal ymin As Double, ByVal ymax As Double) procedure fg_rectw (xmin, xmax, ymin, ymax : real); Description The fg_rectw() function draws a solid (filled) rectangle in 2D world space, without clipping. Parameters xmin is the world space x coordinate of the rectangle's left edge. xmax is the world space x coordinate of the rectangle's right edge. It must be greater than or equal to the value of xmin. ymin is the world space y coordinate of the rectangle's bottom edge. ymax is the world space y coordinate of the rectangle's top edge. It must be greater than or equal to the value of ymin. Return value none Restrictions none See also fg_boxw(), fg_clprectw(), fg_drectw(), fg_rect()
|
 
copyright 2001 Ted Gruber Software, Inc.