D3DRECT
Microsoft DirectX 9.0 SDK Update (October 2004)

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


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.