drawSetStrokeWidth method
DrawSetStrokeWidth() sets the width of the stroke used to draw object outlines.
strokeWidth
: the stroke width
Implementation
void drawSetStrokeWidth(double strokeWidth) =>
_magickWandBindings.DrawSetStrokeWidth(_wandPtr, strokeWidth);