VOOZH about

URL: https://www.geeksforgeeks.org/python/wand-path_start-function-in-python/

⇱ Wand path_start() function in Python - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Wand path_start() function in Python

Last Updated : 11 May, 2020
We can also draw paths in wand.drawing module. Each path method expects a destination point, and will draw from the current point to the new point. The destination point will become the new current point for the next applied path method. Paths in wand consist of some other methods to draw different graphics in a path. In this article we will learn path_start() function. path is initiated using path_start function.
Syntax: wand.drawing.path_start()
Example #1: Output: 👁 Image
Example #2:
Output: 👁 Image
Comment
Article Tags: