C# Class Ushahidi.View.Resources.ResourcesManager

Manager for retrieving resource data
Show file Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
LoadImageResource ( string resourceName ) : Image

Load image resource by name

Method Details

LoadImageResource() public static method

Load image resource by name
public static LoadImageResource ( string resourceName ) : Image
resourceName string resource name
return System.Drawing.Image