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

GaugeControlBase.UpdateRect(RectangleF) Method

Redraws the specified region.

Namespace: DevExpress.XtraGauges.Win

Assembly: DevExpress.XtraGauges.v18.2.Win.dll

Declaration

public void UpdateRect(
    RectangleF rect
)

Parameters

Name Type Description
rect RectangleF

A Rectangle that specifies the region to be updated. The RectangleF.Empty value to update the entire client region.

Remarks

See the Update() method to learn more.

See Also