fr:scriptapi:class:display:setwindowposition
This is an old revision of the document!
Table of Contents
SetWindowPosition
Paramètre la position de la fenêtre de l'application.
Syntaxe
void SetWindowPosition(const IntVector2& fPosition)
Arguments
- fPosition (IntVector2): Nouvelles coordonnées de position de la fenêtre (par rapport aux coordonnées de l'écran actuel).
Exemple
Display@ _hDisplay = GetDisplay(); IntVector2 _Position = IntVector2(400, 200); _hDisplay.SetWindowPosition(_Position);
fr/scriptapi/class/display/setwindowposition.1681206303.txt.gz · Last modified: 2023/04/11 11:45 by oldsnake