fg_rectx()

Win32 DirectX Fastgraph/Light

Prototype

void fg_rectx (int minx, int maxx, int miny, int maxy);

Sub fg_rectx (ByVal minx As Long, ByVal maxx As Long, ByVal miny As Long, ByVal maxy As Long)

procedure fg_rectx (minx, maxx, miny, maxy : integer);

Description

The fg_rectx() function draws a solid (filled) rectangle in "exclusive or" mode in screen space, without clipping.

Parameters

minx is the x coordinate of the rectangle's left edge.

maxx is the x coordinate of the rectangle's right edge. It must be greater than or equal to the value of minx.

miny is the y coordinate of the rectangle's top edge.

maxy is the y coordinate of the rectangle's bottom edge. It must be greater than or equal to the value of miny.

Return value

none

Restrictions

none

See also

fg_clprectx(), fg_rect()

Contents
Fastgraph Home Page

 

copyright 2001 Ted Gruber Software, Inc.