Struct TWPRTFEnginePaintPages

Unit: WPRTEEdit

Description

This record is created for each page which is visible in the editor.
The Left, Top, Right, Bottom value is the position where this page should be painted on the "desktop" of the RTFEngine. This coordinates are all measured in ScreenPixels. There is no need to convert according to the zoom value since the zooming changes this values.
NOTE:
The count of visible pages can be smaller or larger than the count of pages in the RTF engine when only an excerpt of pages (or one page) should be edited.

Used or referenced by

-Function TWPRTFEngineEdit.GetPaintPage(index:Integer; PaintPageRec:TWPRTFEnginePaintPages; rtfpage:TWPVirtPage) : Boolean