TGopInvertRect Class Reference
	
	#include 
            
                    <graphicsaccelerator.h>
                
| class TGopInvertRect : public TGraphicsOperation | 
Detailed Description
			An accelerated graphics operation that inverts the colour of all pixels in a rectangular area.
			Objects of this class can be passed to a graphics accelerator's Operation() function either individually, or in a buffer.   
		Member Attribute Documentation
		iRect
		
		
				The rectangle in which to invert the colours. 
			 
	 
Constructor & Destructor Documentation
		TGopInvertRect ( const TRect & )
		
		| TGopInvertRect | ( | const TRect & | aRect | ) | [inline] | 
				Constructor with a rectangle. 
			 
| Parameter | Description | | aRect | The rectangle in which to invert the colours. |