C++
enum EdgeLinePattern { kSolid = 1, kDashedLine, kDotted, kShortDash, kMediumDash, kLongDash, kDoubleShortDash, kDoubleMediumDash, kDoubleLongDash, kMediumLongDash, kSparseDot };
File
acgivisualstyle.h
Members
Members | Description |
---|---|
kSolid | Display edges with a solid line pattern. |
kDashedLine | Display edges with a dashed line pattern. |
kDotted | Display edges with a dotted line pattern. |
kShortDash | Display edges with a short dashed line pattern. |
kMediumDash | Display edges with a medium dashed line pattern. |
kLongDash | Display edges with a long dashed line pattern. |
kDoubleShortDash | Display edges with a double short dashed line pattern. |
kDoubleMediumDash | Display edges with a double medium dashed line pattern. |
kDoubleLongDash | Display edges with a double long dashed line pattern. |
kMediumLongDash | Display edges with a medium long dashed line pattern. |
kSparseDot | Display edges with a sparse dotted line pattern. |
Description
Describes the raster-based line patterns to apply to edges.