Share

AcGiLineJoinStyle

C++

typedef enum {
  kMiterJoin = 0x00,
  kBevelJoin = 0x01,
  kRoundJoin = 0x02,
  kDiamondJoin = 0x03
} AcGiLineJoinStyle;

File

AcGiLineAttributes.h

Description

Defines the way lines are joined.

Was this information helpful?