
100
3.73 SysSet180Rotate
This function flips the display screen 180 degree.
In the Device Emulator, the function does not perform, but stores the preset value as internal
variable. The value stored can be checked with SysGet180Rotate function.
Calling Sequences
[C++]
DWORD SysSet180Rotate(
BOOL bRotate
)
[Visual Basic]
Public Shared Function SysSet180Rotate( _
ByVal bRotate As Boolean _
) As Int32
[C#]
public static Int32 SysSet180Rotate(
Boolean bRotate
);
Parameters
bRotate
This parameter is for specifying a display screen flip mode selecting either of the values
listed below.
TRUE : Flip the screen 180 degree (reverse)
FALSE : Flip the screen 0 degree (ordinary)
Return Values
TRUE : Normal end
FUNCTION_UNSUPPORT : Unsupported error
Comentarios a estos manuales