Skip to main content
All docs
V23.2

SvgBitmap.FromStream(Stream) Method

Creates a new SvgBitmap object from the specified stream that stores a vector image.

Namespace: DevExpress.Utils.Svg

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public static SvgBitmap FromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

The stream that stores the image.

Returns

Type Description
SvgBitmap

The SvgBitmap object.

See Also