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
)
Public Shared Function GetImageSourceFromString (
uri As String
) As BitmapImage
public:
static BitmapImage^ GetImageSourceFromString(
String^ uri
)
static member GetImageSourceFromString :
uri : string -> BitmapImage
Parameters
- uri
- Type: SystemString
The URI pointing the Image Resource.
Return Value
Type:
BitmapImageAn
BitmapImage object represents an Image loaded from the given
uriSee Also