SvgImageSource Constructors

Definition

Overloads

SvgImageSource()

Initializes a new instance of the SvgImageSource class.

SvgImageSource(Uri)

Initializes a new instance of the SvgImageSource class, using the supplied Uniform Resource Identifier (URI).

SvgImageSource()

Initializes a new instance of the SvgImageSource class.

public:
 SvgImageSource();
 SvgImageSource();
public SvgImageSource();
function SvgImageSource()
Public Sub New ()

Applies to

SvgImageSource(Uri)

Initializes a new instance of the SvgImageSource class, using the supplied Uniform Resource Identifier (URI).

public:
 SvgImageSource(Uri ^ uriSource);
 SvgImageSource(Uri const& uriSource);
public SvgImageSource(System.Uri uriSource);
function SvgImageSource(uriSource)
Public Sub New (uriSource As Uri)

Parameters

uriSource
Uri Uri

A reference to the SVG source file.

Applies to