SharedResourcesGetBitmapImage(String) Method

Gets the image of the resource.

Definition

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

Parameters

image  String
Share image name, for example "table.png".

Return Value

BitmapImage
BitmapImage with the image of the resource.

See Also