Click or drag to resize
BitmapImage Constructor (Uri)
Initializes a new instance of the BitmapImage class with the specified path to the source.

Namespace: Windows.UI.Xaml.Media.Imaging
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public BitmapImage(
	Uri uriSource
)

Parameters

uriSource
Type: SystemUri
The path to the source of the image.
See Also