SharedCommandsGetImage Method

Get the image of a route or a resource.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public static Image GetImage(
	string image,
	bool isResource
)

Parameters

image  String
Image name.
isResource  Boolean
Indicate fo this a resource.

Return Value

Image
Image with the image.

See Also