Table of Contents

Method Contains

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

Contains(int)

Determines whether the position lies within the span.

public bool Contains(int position)

Parameters

position int

The position to check.

Returns

bool

True if the position is greater than or equal to Start and strictly less than End, otherwise false.