SvgImageSource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)