Microsoft DirectX 8.0 (Visual Basic)

D3DRECT

Defines a rectangle.

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

Direct3DDevice8.Clear