C# Class MonoReports.Core.PixbufRepository

Afficher le fichier Open project: modesto/monoreports Class Usage Examples

Méthodes publiques

Méthode Description
AddOrUpdatePixbufByName ( string key ) : void
ContainsKey ( string key ) : bool
DeletePixbufAtIndex ( string key ) : void
PixbufRepository ( ) : System
PixbufRepository ( byte[]>.Dictionary imagesRepository ) : System
this ( string key ) : Gdk.Pixbuf

Method Details

AddOrUpdatePixbufByName() public méthode

public AddOrUpdatePixbufByName ( string key ) : void
key string
Résultat void

ContainsKey() public méthode

public ContainsKey ( string key ) : bool
key string
Résultat bool

DeletePixbufAtIndex() public méthode

public DeletePixbufAtIndex ( string key ) : void
key string
Résultat void

PixbufRepository() public méthode

public PixbufRepository ( ) : System
Résultat System

PixbufRepository() public méthode

public PixbufRepository ( byte[]>.Dictionary imagesRepository ) : System
imagesRepository byte[]>.Dictionary
Résultat System

this() public méthode

public this ( string key ) : Gdk.Pixbuf
key string
Résultat Gdk.Pixbuf