C# Class KeePass.UI.DpiUtil

Afficher le fichier Open project: cappert/keepass2 Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public static ConfigureProcess ( ) : void
Résultat void

ScaleImage() public static méthode

public static ScaleImage ( Image img, bool bForceNewObject ) : Image
img Image
bForceNewObject bool
Résultat Image

ScaleIntX() public static méthode

public static ScaleIntX ( int i ) : int
i int
Résultat int

ScaleIntY() public static méthode

public static ScaleIntY ( int i ) : int
i int
Résultat int