C# Class KeePassLib.Utility.GfxUtil.GfxImage

Afficher le fichier Open project: cappert/keepass2

Méthodes publiques

Свойство Type Description
Data byte[]
Height int
Width int

Méthodes publiques

Méthode Description
GfxImage ( byte pbData, int w, int h ) : System.Drawing
ToString ( ) : string

Method Details

GfxImage() public méthode

public GfxImage ( byte pbData, int w, int h ) : System.Drawing
pbData byte
w int
h int
Résultat System.Drawing

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]

Height public_oe property

public int Height
Résultat int

Width public_oe property

public int Width
Résultat int