Table of Contents

Method StorePosition

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

StorePosition(Point)

Stores given position to stored position list.

public virtual int StorePosition(Point position)

Parameters

position Point

Position to store.

Returns

int

Index of stored position in list.

StorePosition(Point, bool)

Stores given position to stored position list.

public virtual int StorePosition(Point position, bool endPos)

Parameters

position Point

Position to store.

endPos bool

Specifies whether position represents end of range.

Returns

int

Index of stored position in list.