?/TD>
Microsoft DirectX 9.0

D3DRECT Structure


Defines a rectangle.

Syntax

typedef struct _D3DRECT {
    LONG x1, y1;
    LONG x2, y2;
} D3DRECT;

Members

x1, y1
Coordinates of the upper-left corner of the rectangle.
x2, y2
Coordinates of the lower-right corner of the rectangle.

Structure Information

Headerd3d9types.h
Minimum operating systems Windows 98

See Also

IDirect3DDevice9::Clear


© 2002 Microsoft Corporation. All rights reserved.