drawGetVectorGraphics method

Future<String?> drawGetVectorGraphics()

DrawGetVectorGraphics() returns a string which specifies the vector graphics generated by any graphics calls made since the wand was instantiated.

This method runs in a different isolate than the main isolate.

Implementation

Future<String?> drawGetVectorGraphics() async => await _magickCompute(
      _drawGetVectorGraphics,
      _wandPtr.address,
    );