D3DRECT
        
        
Defines a rectangle.
	
		
typedef struct D3DRECT {
    LONG x1, y1;
    LONG x2, y2;
} D3DRECT, *LPD3DRECT;
                    
                
            
            
                
Members
      - x1, y1
- Coordinates of the upper-left corner of the rectangle. 
- x2, y2
- Coordinates of the lower-right corner of the rectangle. 
See Also
IDirect3DDevice9::Clear