C# Class Cornerstone.MP.AsyncImageResource

Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Méthodes publiques

Méthode Description
LoadImageFastFromFile ( string filename ) : Image

Private Methods

Méthode Description
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

Method Details

LoadImageFastFromFile() public static méthode

public static LoadImageFastFromFile ( string filename ) : Image
filename string
Résultat Image