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