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
startLineintNew page's start line.
endLineintNew page's end line.
originPointNew page's origin.
Update(bool)
Recalculates page bounds and content.
public virtual void Update(bool changed)
Parameters
changedboolIndicates that page should recalculate it's content.
Update(int, int, PointD)
public virtual void Update(int startLine, int endLine, PointD origin)