Device orientations (see TAgk.DeviceOrientation)
TAgkDeviceOrientation = ( doPortrait = 1, doPortraitUpsideDown, doLandscapeLeft, doLandscapeRight );
Members |
Description |
doPortrait = 1 |
Portrait orientation |
doPortraitUpsideDown |
Portrait upside-down |
doLandscapeLeft |
Landscape orientation, when device is rotated left from its default orientation. |
doLandscapeRight |
Landscape orientation, when device is rotated right from its default orientation. |
Copyright (c) 2012. All rights reserved.
|