User Tools

Site Tools


k23:k23.3:k23.3.5:start

23.3.5.0 Paint projects 2

This chapter presents 8 different projects, each of which highlights a specific aspect of the topic 'Drawing with methods of the Paint class'. One project also introduces you to a fractal - a Hilbert curve:

Bild1

Figure 23.3.5.0.1: Fractal - Hilbert curve

Source code snippet:

Public Sub dwgKurve_Draw()
  $iX = 0
  $iY = 0
  Inc Application.Busy
    FMain.Title = "HilbertCurve - N = " & $iOrder 
    HilbertCurve($iOrder)
  Dec Application.Busy
End
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.
k23/k23.3/k23.3.5/start.txt · Last modified: by 127.0.0.1