static ScreenParameters getDrawScreenParameters()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns | Description |
---|---|
static ScreenParameters | contains parameters of the currently active draw screen |
The getDrawScreenParameters() method returns the parameters of the currently active draw screen.
Example
ScreenParameters scrPara = Memory.getDrawScreenParameters();
int index = scrPara.getScreenIndex();
int viewportOrientation = scrPara.getViewportOrientation();
int x = scrPara.getX();
Alternatively a value can be optained with a single call:
int x = Memory.getDrawScreenParameters().getX();
See also:
Memory
Memory.setDrawScreen(int)
Memory.setViewScreen(int)
Memory.getViewScreenParameters()
Attribute
Copyright © demmel products gmbh. All rights reserved.