panel .division .y .set  (  ObjectID ,  PosY1 ,  PosY2  )  
                                          
Description :

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

Parameters :

  • ObjectID of the panel.
  • Y component of the panel's first division.
  • Y 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 :