Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 621 Bytes

File metadata and controls

13 lines (10 loc) · 621 Bytes

Rotation

Enumeration of possible rotation values.

Enum

Name Type Value Description
_none String 'None' Non-rotated.
on180 String 'on180' Rotated on 180 degrees.
on270 String 'on270' Rotated on 270 degrees clockwise.
on90 String 'on90' Rotated on 90 degrees clockwise.

[Back to Model list] [Back to API list] [Back to README] [View Source]