SharedResourcesGetUriImage(String) Method

Gets the Uri path of an image resource.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Uri GetUriImage(
	string image
)

Parameters

image  String
Image name.

Return Value

Uri
Uri with the Uri path of an image resource.

See Also