User Tools

Site Tools


Sidebar

Multimedia

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
The website uses a temporary session cookie. This technically necessary cookie is deleted when the browser is closed. You can find information on cookies in our privacy policy.
k23/k23.3/k23.3.5/start.txt · Last modified: 06.03.2024 by emma

Page Tools