C# 클래스 YetAnotherRelogger.Helpers.AutoPosition

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

공개 메소드들

메소드 설명
ManualPositionWindow ( IntPtr handle, int x, int y, int w, int h, BotClass bot = null ) : void
PositionWindows ( ) : void
RemoveWindowFrame ( IntPtr handle, bool force = false ) : void
UpdateScreens ( ) : void

비공개 메소드들

메소드 설명
RepositionWindow ( IntPtr handle, int x, int y, int w, int h ) : void

메소드 상세

ManualPositionWindow() 공개 정적인 메소드

public static ManualPositionWindow ( IntPtr handle, int x, int y, int w, int h, BotClass bot = null ) : void
handle System.IntPtr
x int
y int
w int
h int
bot BotClass
리턴 void

PositionWindows() 공개 정적인 메소드

public static PositionWindows ( ) : void
리턴 void

RemoveWindowFrame() 공개 정적인 메소드

public static RemoveWindowFrame ( IntPtr handle, bool force = false ) : void
handle System.IntPtr
force bool
리턴 void

UpdateScreens() 공개 정적인 메소드

public static UpdateScreens ( ) : void
리턴 void