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.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| stream | Stream | The stream that stores the image. |
Returns
| Type | Description |
|---|---|
| SvgBitmap | The |
See Also