drawGetStrokeLineCap method
DrawGetStrokeLineCap() returns the shape to be used at the end of open subpaths when they are stroked. Values of LineCap are UndefinedCap, ButtCap, RoundCap, and SquareCap.
Implementation
LineCap drawGetStrokeLineCap() =>
LineCap.values[_magickWandBindings.DrawGetStrokeLineCap(_wandPtr)];