Grafiikka : funktiot

SCREENHEIGHT


   KUVAUS

Kertoo ruudun tai ikkunan korkeuden pikseleinä.

Palautettu luku on kokonaisluku.

   KÄYTTÖ
SCREENHEIGHT ()

Katso myös: SCREENWIDTH

   ESIMERKKI
word$="This text is aligned to right bottom corner"

Repeat

    Text ScreenWidth() -TextWidth(word),ScreenHeight() -TextHeight(word),word

    DrawScreen

Until EscapeKey()

<<TAKAISIN