panel .resize .set  (  ObjectID ,  Width ,  Height ,  Mode  )  
                                          
Description :

This instruction proportionally alters (i.e., with aspect ratio maintained) the size of a panel.

Parameters :

  • ObjectID of the panel.
  • Width of the panel, expressed in pixels.
  • Height of the panel, expressed in pixels.
  • RESIZE_MAINTAIN_RATIO

Examples :