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