Table of Contents

Method StorePosition

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

StorePosition(Point)

When implemented by a class, stores given position to stored position list.

int StorePosition(Point position)

Parameters

position Point

Position to store.

Returns

int

Index of stored position in list.

StorePosition(Point, bool)

When implemented by a class, stores given position to stored position list.

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.