C# Class MonoReports.Core.PixbufRepository

显示文件 Open project: modesto/monoreports Class Usage Examples

Public Methods

Method 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 method

public AddOrUpdatePixbufByName ( string key ) : void
key string
return void

ContainsKey() public method

public ContainsKey ( string key ) : bool
key string
return bool

DeletePixbufAtIndex() public method

public DeletePixbufAtIndex ( string key ) : void
key string
return void

PixbufRepository() public method

public PixbufRepository ( ) : System
return System

PixbufRepository() public method

public PixbufRepository ( byte[]>.Dictionary imagesRepository ) : System
imagesRepository byte[]>.Dictionary
return System

this() public method

public this ( string key ) : Gdk.Pixbuf
key string
return Gdk.Pixbuf