Good afternoon,
once we start drawing the path with:
this.sfImageEditor.AddShape(ShapeType.Path, new PenSettings() { Color = Color.Black, StrokeWidth = 5f });
how can be stopped by code? From an external button for example?
Now keeps drawing until the image is reloaded.
Thanks in advance