drawSetStrokeLineCap method
DrawSetStrokeLineCap() specifies the shape to be used at the end of open subpaths when they are stroked.
lineCap
: linecap style
Implementation
void drawSetStrokeLineCap(LineCap lineCap) =>
_magickWandBindings.DrawSetStrokeLineCap(_wandPtr, lineCap.index);