C# Class YetAnotherRelogger.Helpers.AutoPosition

Show file Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
RepositionWindow ( IntPtr handle, int x, int y, int w, int h ) : void

Method Details

ManualPositionWindow() public static method

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
return void

PositionWindows() public static method

public static PositionWindows ( ) : void
return void

RemoveWindowFrame() public static method

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

UpdateScreens() public static method

public static UpdateScreens ( ) : void
return void