SvgImageHelper.CreateStream(Uri) Method
Creates a stream that represents an SVG image.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
uri | Uri | A URI that represents an SVG image. |
Returns
Type | Description |
---|---|
Stream | A stream that represents an SVG image. |
See Also