drawSetStrokeDashOffset method

void drawSetStrokeDashOffset(
  1. double dashOffset
)

DrawSetStrokeDashOffset() specifies the offset into the dash pattern to start the dash.

  • dashOffset : dash offset

Implementation

void drawSetStrokeDashOffset(double dashOffset) =>
    _magickWandBindings.DrawSetStrokeDashOffset(_wandPtr, dashOffset);