BCGSuite for MFC
CBCGPStrokeStyle::CBCGPStrokeStyle ( BCGP_CAP_STYLE  startCap = BCGP_CAP_STYLE_FLAT,
BCGP_CAP_STYLE  endCap = BCGP_CAP_STYLE_FLAT,
BCGP_CAP_STYLE  dashCap = BCGP_CAP_STYLE_FLAT,
BCGP_LINE_JOIN  lineJoin = BCGP_LINE_JOIN_MITER,
FLOAT  miterLimit = 10.0f,
BCGP_DASH_STYLE  dashStyle = BCGP_DASH_STYLE_SOLID,
FLOAT  dashOffset = 0.0f 
)

Constructor.

Parameters
startCapThe cap applied to the start of all the open figures in a stroked geometry.
endCapThe cap applied to the end of all the open figures in a stroked geometry.
dashCapThe shape at either end of each dash segment.
lineJoinA value that describes how segments are joined.
miterLimitThe limit of the thickness of the join on a mitered corner.
dashStyleThe dash style.
dashOffsetThe dash offset.