panel .division .x .set  (  ObjectID ,  PosX1 ,  PosX2  )  
                                          
Description :

This instruction, always used with the instruction "panel.division.y.set", divides a panel into nine distinct areas.

Parameters :

  • ObjectID of the panel.
  • X component of the panel's first division.
  • X component of the panel's second division.

Notes :


When the panel is displayed, its blocks of pixels will be repeated in such a way as to protect its frame:

- the four "corner areas" will not be repeated,
- the two "horizontal middle areas" will only be horizontally repeated,
- the two "vertical middle areas" will only be vertically repeated,
- the "center areas" will be horizontally and vertically repeated.

Examples :