C# Class KeePass.Util.Archive.ImageArchive

Afficher le fichier Open project: cappert/keepass2 Class Usage Examples

Méthodes publiques

Méthode Description
GetForObject ( string strObjectName ) : Image
GetImages ( int w, int h, bool bSortByName ) : List
ImageArchive ( ) : System
Load ( byte pbXspFile ) : void

Private Methods

Méthode Description
CompareByName ( ImageArchiveItem a, ImageArchiveItem b ) : int
GetID ( string strFileName ) : string

Method Details

GetForObject() public méthode

public GetForObject ( string strObjectName ) : Image
strObjectName string
Résultat Image

GetImages() public méthode

public GetImages ( int w, int h, bool bSortByName ) : List
w int
h int
bSortByName bool
Résultat List

ImageArchive() public méthode

public ImageArchive ( ) : System
Résultat System

Load() public méthode

public Load ( byte pbXspFile ) : void
pbXspFile byte
Résultat void