C# Class KeePass.UI.DpiUtil

Mostrar archivo Open project: cappert/keepass2 Class Usage Examples

Public Methods

Method Description
ConfigureProcess ( ) : void
ScaleImage ( Image img, bool bForceNewObject ) : Image
ScaleIntX ( int i ) : int
ScaleIntY ( int i ) : int

Private Methods

Method Description
AssertUIImage ( Image img ) : void
Configure ( ToolStrip ts ) : void
EnsureInitialized ( ) : void
GetIcon ( KeePassLib.PwDatabase pd, KeePassLib.PwUuid pwUuid ) : Image
ScaleToolStripItems ( ToolStripItem vItems, int vWidths ) : void

Method Details

ConfigureProcess() public static method

public static ConfigureProcess ( ) : void
return void

ScaleImage() public static method

public static ScaleImage ( Image img, bool bForceNewObject ) : Image
img Image
bForceNewObject bool
return Image

ScaleIntX() public static method

public static ScaleIntX ( int i ) : int
i int
return int

ScaleIntY() public static method

public static ScaleIntY ( int i ) : int
i int
return int