Skip to main content

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.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

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