Table of Contents

Method Update

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

Update()

Recalculates page bounds.

public virtual void Update()

Update(int, int, Point)

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

public virtual 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.

Update(bool)

Recalculates page bounds and content.

public virtual void Update(bool changed)

Parameters

changed bool

Indicates that page should recalculate it's content.