C# Class YetAnotherRelogger.Helpers.AutoPosition

Afficher le fichier Open project: sinterlkaas/YetAnotherRelogger Class Usage Examples

Méthodes publiques

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

Méthode Description
RepositionWindow ( IntPtr handle, int x, int y, int w, int h ) : void

Method Details

ManualPositionWindow() public static méthode

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
Résultat void

PositionWindows() public static méthode

public static PositionWindows ( ) : void
Résultat void

RemoveWindowFrame() public static méthode

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

UpdateScreens() public static méthode

public static UpdateScreens ( ) : void
Résultat void