Converts a TAgkDeviceOrientation enumeration to a string value.
class function ToString(const Value: TAgkDeviceOrientation): String; overload; reintroduce; static;
Parameters |
Description |
const Value: TAgkDeviceOrientation |
the value to convert to a string. |
The string representation of the value.
Mostly useful for debugging.
Copyright (c) 2012. All rights reserved.
|