C# Класс ThoNohT.NohBoard.Extra.ImageCache

A cache for images.
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Get ( string filename ) : Image

Loads the image for the specified filename, in the currently loaded style. If the image exists in cache, it is returned from there, otherwise the file is opened and stored in the cache.

Описание методов

Get() публичный статический Метод

Loads the image for the specified filename, in the currently loaded style. If the image exists in cache, it is returned from there, otherwise the file is opened and stored in the cache.
public static Get ( string filename ) : Image
filename string The filename of the image to load.
Результат System.Drawing.Image