GSPathDirection Constants Reference
Declared in | GSPath.h |
GSPathDirection
Possible values retuned by the method
Definition
typedef NS_ENUM(short,
GSPathDirection ) {
GSCounterClockWise = -1,
GSClockWise = 1,
};
Declared in | GSPath.h |
Possible values retuned by the method
typedef NS_ENUM(short,
GSPathDirection ) {
GSCounterClockWise = -1,
GSClockWise = 1,
};