Table of Contents

Method Update

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

Update()

Recalculates bounds of all pages in the collection.

public virtual void Update()

Update(IEditPage)

Recalculates bounds of the specified page.

public virtual void Update(IEditPage page)

Parameters

page IEditPage

Page to update.

Update(IEditPage, bool)

Recalculates bounds and updates content of specified page.

public virtual void Update(IEditPage page, bool changed)

Parameters

page IEditPage

Page to update.

changed bool

Indicates that page should recalculate it's content.