C# 클래스 KeePass.UI.DpiUtil

파일 보기 프로젝트 열기: cappert/keepass2 1 사용 예제들

공개 메소드들

메소드 설명
ConfigureProcess ( ) : void
ScaleImage ( Image img, bool bForceNewObject ) : Image
ScaleIntX ( int i ) : int
ScaleIntY ( int i ) : int

비공개 메소드들

메소드 설명
AssertUIImage ( Image img ) : void
Configure ( ToolStrip ts ) : void
EnsureInitialized ( ) : void
GetIcon ( KeePassLib.PwDatabase pd, KeePassLib.PwUuid pwUuid ) : Image
ScaleToolStripItems ( ToolStripItem vItems, int vWidths ) : void

메소드 상세

ConfigureProcess() 공개 정적인 메소드

public static ConfigureProcess ( ) : void
리턴 void

ScaleImage() 공개 정적인 메소드

public static ScaleImage ( Image img, bool bForceNewObject ) : Image
img Image
bForceNewObject bool
리턴 Image

ScaleIntX() 공개 정적인 메소드

public static ScaleIntX ( int i ) : int
i int
리턴 int

ScaleIntY() 공개 정적인 메소드

public static ScaleIntY ( int i ) : int
i int
리턴 int