StopDrawing
Exits Drawing mode for a DrawingData structure, and initializes it.
def StopDrawing () -> None
Remarks
Exiting Drawing mode results in the DrawingData being initialized, if successful.
Only one DrawingData can be in Drawing mode at one time, as this is a global state. Subsequent calls to StopDrawing, or using StartDrawing and StopDrawing on two different instances of DrawingData results in undefined behavior.
Requirements
- Version: Python API 0.1 or Later
- Module: GS