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
positionPointPosition to check.
rangeIRangeReceives range contains the point. Null if specified position is visible.
Returns
- bool
True if position is invisible due to outlining; otherwise false.