Table of Contents

Method Update

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

Update(int, int, Point)

When implemented by a class, updates IEditPage state in accordance with specified parameters.

void Update(int startLine, int endLine, Point origin)

Parameters

startLine int

New page's start line.

endLine int

New page's end line.

origin Point

New page's origin.