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
xintThe X-constituent of the Point value that specifies the point to check-up.
yintThe Y-constituent of the Point value that specifies the point to check-up.
Returns
- bool
True if contains; otherwise false.