Skip to main content

SvgImageHelper.CreateStream(Uri) Method

Creates a stream that represents an SVG image.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static Stream CreateStream(
    Uri uri
)

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