drawSetStrokeColor method

void drawSetStrokeColor(
  1. PixelWand strokeWand
)

DrawSetStrokeColor() sets the color used for stroking object outlines.

  • strokeWand : the stroke wand

Implementation

void drawSetStrokeColor(PixelWand strokeWand) =>
    _magickWandBindings.DrawSetStrokeColor(_wandPtr, strokeWand._wandPtr);