Finds image resource by the passed resource name.
Namespace:
Greatis.PrintSuite
Assembly:
Greatis.PrintSuite (in Greatis.PrintSuite.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function GetResourceImage ( _
ImageKey As String _
) As Image |
| C# |
|---|
public static Image GetResourceImage(
string ImageKey
) |
| Visual C++ |
|---|
public:
static Image^ GetResourceImage(
String^ ImageKey
) |
| JavaScript |
|---|
Greatis.PrintSuite.Service.getResourceImage = function(ImageKey); |
Return Value
Image from resource with the passed key.
See Also