C# 클래스 Cornerstone.MP.AsyncImageResource

파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

공개 메소드들

메소드 설명
LoadImageFastFromFile ( string filename ) : Image

비공개 메소드들

메소드 설명
GdipLoadImageFromFile ( string filename, IntPtr &image ) : int
activeWorker ( ) : void
getIdentifier ( string filename ) : string
loadResource ( string filename ) : bool

Loads the given file into memory and registers it with MediaPortal.

loadResourceSafe ( string filename ) : string
setFilenameWorker ( object newFilenameObj ) : void
unloadResource ( string filename ) : void

If previously loaded, unloads the resource from memory and removes it from the MediaPortal GUITextureManager.

writeProperty ( ) : void

메소드 상세

LoadImageFastFromFile() 공개 정적인 메소드

public static LoadImageFastFromFile ( string filename ) : Image
filename string
리턴 Image