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