Share

AcGiLineEndStyle

C++

typedef enum {
  kButtCap = 0x00,
  kSquareCap = 0x01,
  kRoundCap = 0x02,
  kDiamondCap = 0x03
} AcGiLineEndStyle;

File

AcGiLineAttributes.h

Description

Defines the ends of lines.

Was this information helpful?