C# 클래스 MonoReports.Core.PixbufRepository

파일 보기 프로젝트 열기: modesto/monoreports 1 사용 예제들

공개 메소드들

메소드 설명
AddOrUpdatePixbufByName ( string key ) : void
ContainsKey ( string key ) : bool
DeletePixbufAtIndex ( string key ) : void
PixbufRepository ( ) : System
PixbufRepository ( byte[]>.Dictionary imagesRepository ) : System
this ( string key ) : Gdk.Pixbuf

메소드 상세

AddOrUpdatePixbufByName() 공개 메소드

public AddOrUpdatePixbufByName ( string key ) : void
key string
리턴 void

ContainsKey() 공개 메소드

public ContainsKey ( string key ) : bool
key string
리턴 bool

DeletePixbufAtIndex() 공개 메소드

public DeletePixbufAtIndex ( string key ) : void
key string
리턴 void

PixbufRepository() 공개 메소드

public PixbufRepository ( ) : System
리턴 System

PixbufRepository() 공개 메소드

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

this() 공개 메소드

public this ( string key ) : Gdk.Pixbuf
key string
리턴 Gdk.Pixbuf