C++
enum ImageOrientation { kTopDown = 0, kBottomUp = 1 };
File
gs.h
Members
| Members | Description |
|---|---|
| kTopDown | TopDownLeftRight |
| kBottomUp | BottomUpLeftRight. |
Description
Used for screenshots, thumbnails that are generated through GS.
enum ImageOrientation { kTopDown = 0, kBottomUp = 1 };
gs.h
| Members | Description |
|---|---|
| kTopDown | TopDownLeftRight |
| kBottomUp | BottomUpLeftRight. |
Used for screenshots, thumbnails that are generated through GS.