Skip to main content
All docs
V23.2

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.v23.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

public void ExportToImage(
    string filePath,
    DXImageFormat format
)

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