C# 클래스 EditorMiniMap.Helpers.ResourceHelper

파일 보기 프로젝트 열기: JoeRobich/fd-editorminimap

공개 메소드들

메소드 설명
GetImage ( string name ) : Image
GetImage ( string name, string extension ) : Image
GetString ( string key ) : string

Gets the specified localized string

비공개 메소드들

메소드 설명
TryGetResourceManager ( LocaleVersion locale, string testKey, ResourceManager &manager ) : bool

메소드 상세

GetImage() 공개 정적인 메소드

public static GetImage ( string name ) : Image
name string
리턴 System.Drawing.Image

GetImage() 공개 정적인 메소드

public static GetImage ( string name, string extension ) : Image
name string
extension string
리턴 System.Drawing.Image

GetString() 공개 정적인 메소드

Gets the specified localized string
public static GetString ( string key ) : string
key string
리턴 string