drawGetStrokeLineJoin method
DrawGetStrokeLineJoin() returns the shape to be used at the corners of paths (or other vector shapes) when they are stroked. Values of LineJoin are UndefinedJoin, MiterJoin, RoundJoin, and BevelJoin.
Implementation
LineJoin drawGetStrokeLineJoin() =>
LineJoin.values[_magickWandBindings.DrawGetStrokeLineJoin(_wandPtr)];