DrawSetStrokeDashOffset method

void DrawSetStrokeDashOffset(
  1. Pointer<DrawingWand> arg0,
  2. double dashoffset
)

Implementation

void DrawSetStrokeDashOffset(
  ffi.Pointer<DrawingWand> arg0,
  double dashoffset,
) {
  return _DrawSetStrokeDashOffset(
    arg0,
    dashoffset,
  );
}