UpdateRectangle updates the rectangle rclip. Use this function instead of Update when Bitmap objects changes.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public void UpdateRectangle( Rectangle rectangle )
Public Sub UpdateRectangle ( _ rectangle As Rectangle _ )
public: void UpdateRectangle( Rectangle rectangle )
Parameters
- rectangle
- Rectangle
 the rectangle to update


























