Table of Contents

Method UpdateSelRange

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

UpdateSelRange(Point, Point)

Updates selection start and end to the specified position.

public virtual void UpdateSelRange(Point start, Point end)

Parameters

start Point

New selection start.

end Point

New selection end.