SharedResourcesGetUriImage(String, String) Method

Gets the Uri path of a resource image.

Definition

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

Parameters

assemblyName  String
Assemble name.
pathImage  String
Path image.

Return Value

Uri
Uri with the Uri path of a resource image.

See Also