MonitorTransform
Description:
[ CCode ( cprefix = "XFW_MONITOR_TRANSFORM_" , type_id = "xfw_monitor_transform_get_type ()" ) ]
[ Version ( since = "4.19.4" ) ]
public enum MonitorTransform
Describes the rotation and reflection applied to a monitor.
Content:
Enum values:
- @180 - rotated counter-clockwise by 180
degrees.
- @270 - rotated counter-clockwise by 270
degrees.
- @90 - rotated counter-clockwise by 90
degrees.
- FLIPPED - flipped along a vertical
axis.
- FLIPPED_180 - flipped along a
vertical axis and rotated counter-clockwise by 180 degrees.
- FLIPPED_270 - flipped along a
vertical axis and rotated counter-clockwise by 270 degrees.
- FLIPPED_90 - flipped along a
vertical axis and rotated counter-clockwise by 90 degrees.
- NORMAL - no transformation applied.