C# 클래스 AutoClicker.AutoClicker

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

공개 프로퍼티들

프로퍼티 타입 설명
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