GaugeControlBase.UpdateRect(RectangleF) Method
Redraws the specified region.
Namespace: DevExpress.XtraGauges.Win
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
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