ViewportObjectID =  viewport .create  (  )  
                      
Description :

This instruction creates a viewport.

Return Handle :

  • ObjectID of the viewport if the creation was successfull, NULL otherwise.

Notes :


A viewport has the resolution of the current Alambik screen and renders directly into it.
It provides more performance features but cannot ObjectID any bitmap manipulation.

Examples :