2.9.13 BlockSel

The BlockSel structure is used by Selsf to specify the left and right boundaries of a text block selection. The values are pixels at the zoom level in which the selection was made.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

zpFirst

zpLim

zpFirst (2 bytes): A signed integer that specifies the physical left boundary of the selection, in pixels. The physical left page margin is at pixel zero.

zpLim (2 bytes): A signed integer that specifies the physical right boundary of the selection, in pixels. zpLim MUST be greater than or equal to zpFirst.