Method ContainsBorder
ContainsBorder(double, double)
Indicates whether left border of Minimap
area contains given position.
public virtual bool ContainsBorder(double x, double y)
Parameters
x
doubleThe X-constituent of the Point value that specifies the point to check-up.
y
doubleThe Y-constituent of the Point value that specifies the point to check-up.
Returns
- bool
True if contains; otherwise false.