Method Update
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
intNew page's start line.
endLine
intNew page's end line.
origin
PointNew page's origin.
Update(bool)
Recalculates page bounds and content.
public virtual void Update(bool changed)
Parameters
changed
boolIndicates that page should recalculate it's content.