GSLineCapStyle Constants Reference
Declared in | GSShape.h |
GSLineCapStyle
Definition
typedef
NS_ENUM(NSUInteger, GSLineCapStyle ) {
GSLineCapStyleButt = 0,
GSLineCapStyleRound = 1,
GSLineCapStyleRoundInset = 2,
GSLineCapStyleSquare = 3,
GSLineCapStyleAlignToAxis = 4,
};