SharedResourcesGetBitmapImage(String, String) Method

Gets the resource image of an assembly.

Definition

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

Parameters

assemblyName  String
Assembly name, for example "Aliquo.Windows".
pathImage  String
Relative path of the assembly resource image, for example "images/table.png").

Return Value

BitmapImage
BitmapImage with the image of the resource.

See Also