| 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.
| startCap | The cap applied to the start of all the open figures in a stroked geometry. |
| endCap | The cap applied to the end of all the open figures in a stroked geometry. |
| dashCap | The shape at either end of each dash segment. |
| lineJoin | A value that describes how segments are joined. |
| miterLimit | The limit of the thickness of the join on a mitered corner. |
| dashStyle | The dash style. |
| dashOffset | The dash offset. |