Method IsPointCollapsed
IsPointCollapsed(Point, out IRange)
When implemented by a class, indicates whether given position is in invisible area of the editor control.
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.