Method IsPointCollapsed
IsPointCollapsed(Point, out IRange)
Indicates whether given position is in visible area of the editor control.
public virtual bool IsPointCollapsed(Point position, out IRange range)
Parameters
position
PointPosition to check.
range
IRangeReceives range contains the point. Null if specified position is visible.
Returns
- bool
True if position is invisible due to outlining; otherwise false.