C# Class KeePassLib.Utility.GfxUtil.GfxImage

Exibir arquivo Open project: cappert/keepass2

Public Properties

Property Type Description
Data byte[]
Height int
Width int

Public Methods

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

Method Details

GfxImage() public method

public GfxImage ( byte pbData, int w, int h ) : System.Drawing
pbData byte
w int
h int
return System.Drawing

ToString() public method

public ToString ( ) : string
return string

Property Details

Data public_oe property

public byte[] Data
return byte[]

Height public_oe property

public int Height
return int

Width public_oe property

public int Width
return int