Skip to main content
All docs
V24.1

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

public void ExportToImage(
    Stream stream,
    DXImageFormat format
)

Parameters

Name Type Description
stream Stream

The stream to which the Gauge control is exported.

format DXImageFormat

The image format.

See Also