Method ContainsBorder
ContainsBorder(int, int)
When implemented by a class, indicates whether left border of IMinimap
area contains given position.
bool ContainsBorder(int x, int y)
Parameters
x
intThe X-constituent of the Point value that specifies the point to check-up.
y
intThe Y-constituent of the Point value that specifies the point to check-up.
Returns
- bool
True if contains; otherwise false.