C# Класс AutoClicker.AutoClicker

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Finished EventHandler

Открытые методы

Метод Описание
AutoClicker ( ) : System
Start ( ) : void
Stop ( ) : void
UpdateButton ( ButtonType ButtonType, bool DoubleClick ) : void
UpdateCount ( CountType CountType, int Count ) : void
UpdateDelay ( DelayType DelayType, int Delay, int DelayRange ) : void
UpdateLocation ( LocationType LocationType, int X, int Y, int Width, int Height ) : void

Приватные методы

Метод Описание
Click ( ) : void
SyncSettings ( ) : void

Описание методов

AutoClicker() публичный Метод

public AutoClicker ( ) : System
Результат System

Start() публичный Метод

public Start ( ) : void
Результат void

Stop() публичный Метод

public Stop ( ) : void
Результат void

UpdateButton() публичный Метод

public UpdateButton ( ButtonType ButtonType, bool DoubleClick ) : void
ButtonType ButtonType
DoubleClick bool
Результат void

UpdateCount() публичный Метод

public UpdateCount ( CountType CountType, int Count ) : void
CountType CountType
Count int
Результат void

UpdateDelay() публичный Метод

public UpdateDelay ( DelayType DelayType, int Delay, int DelayRange ) : void
DelayType DelayType
Delay int
DelayRange int
Результат void

UpdateLocation() публичный Метод

public UpdateLocation ( LocationType LocationType, int X, int Y, int Width, int Height ) : void
LocationType LocationType
X int
Y int
Width int
Height int
Результат void

Описание свойств

Finished публичное свойство

public EventHandler Finished
Результат EventHandler