SharedResourcesGetImage(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 Image GetImage(
	string image
)

Parameters

image  String
Name of the image of the share, for example "table.png".

Return Value

Image
Image with the image of the resource.

See Also