Class Orientation

This class contains orientation constants.

Methods


(orientation) PORTRAIT

Orientation set to PORTRAIT.

Return value

Example

main
  orientation o = PORTRAIT  // o == PORTRAIT
                

(orientation) LANDSCAPE

Orientation set to LANDSCAPE.

Return value

Example

main
  orientation o = LANDSCAPE  // o == LANDSCAPE
                

(bool) <orientation o1> == <orientation o2>

Test whether parameters have the same value.

Parameters

Return value

(bool) <orientation o1> != <orientation o2>

Test whether parameters are not equal.

Parameters

Return value