Share

AcGiVisualStyleProperties::EdgeLinePattern Enumeration

C++

enum EdgeLinePattern {
  kSolid = 1,
  kDashedLine,
  kDotted,
  kShortDash,
  kMediumDash,
  kLongDash,
  kDoubleShortDash,
  kDoubleMediumDash,
  kDoubleLongDash,
  kMediumLongDash,
  kSparseDot
};

File

acgivisualstyle.h

Members

Members Description
kSolidDisplay edges with a solid line pattern.
kDashedLineDisplay edges with a dashed line pattern.
kDottedDisplay edges with a dotted line pattern.
kShortDashDisplay edges with a short dashed line pattern.
kMediumDashDisplay edges with a medium dashed line pattern.
kLongDashDisplay edges with a long dashed line pattern.
kDoubleShortDashDisplay edges with a double short dashed line pattern.
kDoubleMediumDashDisplay edges with a double medium dashed line pattern.
kDoubleLongDashDisplay edges with a double long dashed line pattern.
kMediumLongDashDisplay edges with a medium long dashed line pattern.
kSparseDotDisplay edges with a sparse dotted line pattern.

Description

Describes the raster-based line patterns to apply to edges.

Was this information helpful?