GaugeControl.ExportToImage(String, DXImageFormat) Method
Exports the Gauge control to the specified stream in the specified image format.
Namespace: DevExpress.XtraGauges.Win
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
Parameters
Name | Type | Description |
---|---|---|
filePath | String | The the full name of the file to which the Gauge control is exported. |
format | DXImageFormat | The image format. |
See Also