Skip to main content
A newer version of this page is available. .

GaugeControlBase.InvalidateRect(RectangleF) Method

Invalidates the specified region of the control (adds it to the control’s update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.

Namespace: DevExpress.XtraGauges.Win

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

public void InvalidateRect(
    RectangleF bounds
)

Parameters

Name Type Description
bounds RectangleF

A Rectangle that represents the region to invalidate.

Remarks

See the System.Windows.Forms.Control.InvalidateRect topic to learn more.

See Also