Click or drag to resize

UtilitiesGetImageSourceFromString Method

Gets the image source from string.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static BitmapImage GetImageSourceFromString(
	string uri
)

Parameters

uri
Type: SystemString
The URI pointing the Image Resource.

Return Value

Type: BitmapImage
An BitmapImage object represents an Image loaded from the given uri
See Also