Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
GetComPicture ( string imagePath ) : IPicture |
Get the image stored at the specified path as an IPicture. The PictureHolder remains responsible to dispose or release the picture as needed, typically when the application exits, so the client may keep and use it indefinitely.
|
|
GetPicture ( string key, Image source ) : IPicture |
Get an IPicture corresponding to the specified key. If one is not known, obtain it from the source image, and save it for next time. The PictureHolder remains responsible for disposing or releasing the picture in either case.
|
|
ReleasePicture ( string key ) : void |
Release any data that might prevent deleting the specified picture file
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
As a special case, this class does not HAVE to be disposed if it does not allow pictures.
|
Méthode | Description | |
---|---|---|
ReleasePicture ( IPicture picture ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetComPicture ( string imagePath ) : IPicture | ||
imagePath | string | |
Résultat | IPicture |
public GetPicture ( string key, Image source ) : IPicture | ||
key | string | |
source | Image | |
Résultat | IPicture |
public ReleasePicture ( string key ) : void | ||
key | string | |
Résultat | void |