Table of Contents

Method IsPointCollapsed

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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 Point

Position to check.

range IRange

Receives range contains the point. Null if specified position is visible.

Returns

bool

True if position is invisible due to outlining; otherwise false.