Method IsPointVisible
IsPointVisible(Point)
Indicates whether given position is in visible area of the editor control.
public bool IsPointVisible(Point position)
Parameters
position
PointPosition to check.
Returns
- bool
True if position is invisible; otherwise false.