Method IsPointVisible
IsPointVisible(Point)
When implemented by a class, indicates whether given position is in visible area of the editor control.
bool IsPointVisible(Point position)
Parameters
position
PointPosition to check.
Returns
- bool
True if position is invisible; otherwise false.