DrawSetStrokeWidth method
Implementation
void DrawSetStrokeWidth(
ffi.Pointer<DrawingWand> arg0,
double arg1,
) {
return _DrawSetStrokeWidth(
arg0,
arg1,
);
}
void DrawSetStrokeWidth(
ffi.Pointer<DrawingWand> arg0,
double arg1,
) {
return _DrawSetStrokeWidth(
arg0,
arg1,
);
}