C# 클래스 ThoNohT.NohBoard.Extra.ImageCache

A cache for images.
파일 보기 프로젝트 열기: ThoNohT/NohBoard

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