Method IsPosInSelection
IsPosInSelection(Point)
When implemented by a class, indicates whether given position located within the selected region.
bool IsPosInSelection(Point position)
Parameters
position
PointPosition to check.
Returns
- bool
True if position in selected region; otherwise false.
IsPosInSelection(int, int)
When implemented by a class, indicates whether given position located within the selected region.
bool IsPosInSelection(int x, int y)
Parameters
x
intHorizontal coordinate of the position to check.
y
intVertical coordinate of the position to check.
Returns
- bool
True if position in selected region; otherwise false.