BCGSuite for MFC
CBCGPStrokeStyle::CBCGPStrokeStyle ( const CArray< FLOAT, FLOAT > &  arDashes,
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,
FLOAT  dashOffset = 0.0f 
)

Constructor.

Parameters
arDashesThe arrays specifies line dash offesets.
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.
dashOffsetThe dash offset.