DrawingWand.newDrawingWand constructor
DrawingWand.newDrawingWand()
NewDrawingWand() returns a drawing wand required for all other methods in the API.
Implementation
factory DrawingWand.newDrawingWand() =>
DrawingWand._(_magickWandBindings.NewDrawingWand());