Table of Contents

Class ImageProvider

Namespace
Innova.Prism.Library
Assembly
Innova.Prism.Library.dll

Provides methods to retrieve and cache images for the application.

public static class ImageProvider
Inheritance
ImageProvider

Properties

GetImageDelegate

Gets or sets the delegate function to retrieve an image by its name.

Methods

GetEntityHeaderImage(string, int)

Gets an entity header image by its name and size.

GetEntityMenuImage(string, int)

Gets an entity menu image by its name and size.

GetEntityTabImage(string, int)

Gets an entity tab image by its name and size.

GetImage(string)

Gets an image by its name.

GetImage(string, int)

Gets an image by its name and size.

GetImage<EntityType>()

Gets an image for the specified entity type.

GetImage<EntityType>(int)

Gets an image for the specified entity type and size.