Share

GS::ImageOrientation Enumeration

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.

Was this information helpful?