C++
typedef enum { kMiterJoin = 0x00, kBevelJoin = 0x01, kRoundJoin = 0x02, kDiamondJoin = 0x03 } AcGiLineJoinStyle;
File
AcGiLineAttributes.h
Description
Defines the way lines are joined.
typedef enum { kMiterJoin = 0x00, kBevelJoin = 0x01, kRoundJoin = 0x02, kDiamondJoin = 0x03 } AcGiLineJoinStyle;
AcGiLineAttributes.h
Defines the way lines are joined.