Click or drag to resize

TpsControlInvalidate Method (Rectangle)

Invalidates a specific region of the control and causes a paint message to be sent to the control.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public void Invalidate(
	Rectangle bounds
)

Parameters

bounds
Type: System.DrawingRectangle
A Rectangle that represents the region to invalidate.
See Also