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