C# Class GR.Gambling.Backgammon.Utils.BoundingChequer

ファイルを表示 Open project: alexhanh/Botting-Library

Public Methods

Method Description
BoundingChequer ( Rectangle boundingRectangle, int slot ) : System
IsHit ( Point point ) : bool

Method Details

BoundingChequer() public method

public BoundingChequer ( Rectangle boundingRectangle, int slot ) : System
boundingRectangle System.Drawing.Rectangle
slot int
return System

IsHit() public method

public IsHit ( Point point ) : bool
point Point
return bool