Platform SDK: DirectX

D3DRECT

The D3DRECT type is a rectangle definition.

Type D3DRECT { 
    x1 As Long
    x2 As Long
    y1 As Long
    y2 As Long
End Type

Members

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

See Also

Direct3DDevice7.Clear