Initializes a new instance of the ImageManager class that looks up resources contained in assemblies based on information from the specified Type.
Initializes a new instance of the ImageManager class that looks up resources contained in files derived from the specified root name using the given Assembly.
public ImageManager(string,Assembly);
Initializes a new instance of the ImageManager class that looks up resources contained in assemblies based on information from the specified Type.
public ImageManager(Type);
ImageManager Class | Resco.ImageManager Namespace