fg_clprectw()

Win32 DirectX Fastgraph/Light

Prototype

void fg_clprectw (double xmin, double xmax, double ymin, double ymax);

Sub fg_clprectw (ByVal xmin As Double, ByVal xmax As Double, ByVal ymin As Double, ByVal ymax As Double)

procedure fg_clprectw (xmin, xmax, ymin, ymax : real);

Description

The fg_clprectw() function draws a solid (filled) rectangle in 2D world space, with 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_clprect(), fg_rect(), fg_rectw(), fg_setclipw()

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.