Method ContainsBorder
ContainsBorder(double, double)
When implemented by a class, indicates whether left border of IMinimap
area contains given position.
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.