An Windows Forms application to draw a Koch curve (with different stages shown)
Features:
- Show Koch Curve in different depths (depth 0 to 5)
- Usage of Recursion (DrawKoch method)
- Usage of Graphics and Pen class to draw Koch Curve
- Some error handling
More information about Koch Curve: [https://en.wikipedia.org/wiki/Koch_snowflake] (https://en.wikipedia.org/wiki/Koch_snowflake)