UpdateRectangle updates the rectangle rclip. Use this function instead of Update when Bitmap objects changes.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

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

See Also