Share

AcGiOrientationType

C++

typedef enum {
  kAcGiCounterClockwise = -1,
  kAcGiNoOrientation = 0,
  kAcGiClockwise = 1
} AcGiOrientationType;

File

acgidefs.h

Description

Description

Was this information helpful?