Skip to main content
All docs
V25.2
  • 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.v25.2.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