GaugeControl.ExportToImage(Stream, 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 |
---|---|---|
stream | Stream | The stream to which the Gauge control is exported. |
format | DXImageFormat | The image format. |
See Also