Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 553 Bytes

File metadata and controls

15 lines (10 loc) · 553 Bytes

Rotation

Enumeration of possible rotation values.

Enum

Name Type Value Description
NONE str "None" Non-rotated.
ON90 str "on90" Rotated on 90 degrees clockwise.
ON180 str "on180" Rotated on 180 degrees.
ON270 str "on270" Rotated on 270 degrees clockwise.

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