C# Class KeePassLib.PwCustomIcon

Custom icon. PwCustomIcon objects are immutable.
显示文件 Open project: cappert/keepass2 Class Usage Examples

Private Properties

Property Type Description
GetImage System.Drawing

Public Methods

Method Description
PwCustomIcon ( KeePassLib.PwUuid pwUuid, byte pbImageDataPng ) : System.Drawing

Private Methods

Method Description
GetImage ( ) : System.Drawing

Method Details

PwCustomIcon() public method

public PwCustomIcon ( KeePassLib.PwUuid pwUuid, byte pbImageDataPng ) : System.Drawing
pwUuid KeePassLib.PwUuid
pbImageDataPng byte
return System.Drawing