drawSetStrokeLineJoin method

void drawSetStrokeLineJoin(
  1. LineJoin lineJoin
)

DrawSetStrokeLineJoin() specifies the shape to be used at the corners of paths (or other vector shapes) when they are stroked.

  • lineJoin : line join style

Implementation

void drawSetStrokeLineJoin(LineJoin lineJoin) =>
    _magickWandBindings.DrawSetStrokeLineJoin(_wandPtr, lineJoin.index);