DrawSetStrokeWidth method

void DrawSetStrokeWidth(
  1. Pointer<DrawingWand> arg0,
  2. double arg1
)

Implementation

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