C# Class PsHandler.SngRegistrator.SngRegistratorManager

显示文件 Open project: kampiuceris/PsHandler

Public Methods

Method Description
SngRegistratorManager ( ) : System
Start ( ) : void
Stop ( ) : void

Private Methods

Method Description
BmpSourceFitsBmpTarget ( Bmp bmpSource, int xSource, int ySource, Bmp bmpTarget, int minPixelsToMatch, int maxPixelsToMismatch, int maxColorError ) : bool
EnsureGamesViewOn ( ) : void
EnsureMainLobbyOn ( ) : void
EnsureSitAndGoAllOn ( ) : void
EnsureSitAndGoOn ( ) : void
FindBmp ( Bmp bmpSource, Bmp bmpTarget, double matchAccuracy = 1.0, double colorAccuracy = 1.0, int xSourceStarting, int ySourceStarting ) : Point
FindElementInPokerStarsLobby ( string className, string title, bool isVisible, Size size, double sizeAccuracy, Rectangle areaToSearch, double areaToSearchAccuracy, List bmps, double bmpsMatchAccuracy, double bmpsColorAccuracy ) : IntPtr
FindElementsInPokerStarsLobby ( string className, string title, bool isVisible, Size size, double sizeAccuracy, Rectangle areaToSearch, double areaToSearchAccuracy, List bmps, double bmpsMatchAccuracy, double bmpsColorAccuracy ) : IEnumerable
GetBmpWindowPokerStarsLobby ( ) : Bmp
SetHandleButtonGamesView ( ) : void
SetHandles ( ) : void

Method Details

SngRegistratorManager() public method

public SngRegistratorManager ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void