Method IsValidSelectionPoint
IsValidSelectionPoint(Point)
When implemented by a class, indicates whether specified position located at the top-left or right-bottom corners of selection area.
bool IsValidSelectionPoint(Point position)
Parameters
position
PointPosition to check.
Returns
- bool
True if specified position valid; otherwise false.