DrawGetVectorGraphics method

Pointer<Char> DrawGetVectorGraphics(
  1. Pointer<DrawingWand> arg0
)

Implementation

ffi.Pointer<ffi.Char> DrawGetVectorGraphics(
  ffi.Pointer<DrawingWand> arg0,
) {
  return _DrawGetVectorGraphics(
    arg0,
  );
}