drawSetStrokeLineCap method

void drawSetStrokeLineCap(
  1. LineCap lineCap
)

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);