drawSetStrokeWidth method

void drawSetStrokeWidth(
  1. double strokeWidth
)

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