DrawGetStrokeLineCap
DrawGetStrokeLineCap -- returns the shape to be used at the end of open subpaths when they are stroked
Description
int DrawGetStrokeLineCap( DrawingWand drw_wnd )
Returns the shape to be used at the end of open subpaths when they are stroked. The returned value will be a LineCap constant, one of the following: MW_UndefinedCap MW_ButtCap MW_RoundCap MW_SquareCap
A description of each parameter follows:
| drw_wnd | A DrawingWand resource |