MobileForms Toolkit Documentation

ImageManager Constructor

Initializes a new instance of the ImageManager class that looks up resources contained in assemblies based on information from the specified Type.

Overload List

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);

See Also

ImageManager Class | Resco.ImageManager Namespace