Skip to main content
A newer version of this page is available. .

SvgImageHelper.CreateStream(Uri) Method

Creates a stream that represents an SVG image.

Namespace: DevExpress.Xpf.Core

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

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