C# Class KeePass.Util.Archive.ImageArchive

Exibir arquivo Open project: cappert/keepass2 Class Usage Examples

Public Methods

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

Private Methods

Method Description
CompareByName ( ImageArchiveItem a, ImageArchiveItem b ) : int
GetID ( string strFileName ) : string

Method Details

GetForObject() public method

public GetForObject ( string strObjectName ) : Image
strObjectName string
return Image

GetImages() public method

public GetImages ( int w, int h, bool bSortByName ) : List
w int
h int
bSortByName bool
return List

ImageArchive() public method

public ImageArchive ( ) : System
return System

Load() public method

public Load ( byte pbXspFile ) : void
pbXspFile byte
return void