Fibonacci word/fractal: Difference between revisions

m
Line 58:
x1 := x2, y1 := y2, d := Mod(d, 4)
}
 
UpdateLayeredWindow(hwnd1, hdc, 0, 0, Width, Height)
, Gdip_DeletePen(pPen), UpdateLayeredWindow(hwnd1, hdc, 0, 0, Width, Height)
, SelectObject(hdc, obm), DeleteObject(hbm), DeleteDC(hdc), Gdip_DeleteGraphics(G)
return
Line 71:
Esc::
Exit:
Gdip_DeletePen(pPen), UpdateLayeredWindowSelectObject(hwnd1, hdc, 0, 0, Width, Heightobm), SelectObjectDeleteObject(hdc, obmhbm)
, DeleteObject(hbm), DeleteDC(hdc), Gdip_DeleteGraphics(G), Gdip_Shutdown(pToken)
ExitApp</lang> Some portions of code from [http://www.autohotkey.com/board/topic/29449-gdi-standard-library-145-by-tic/ Gdip examples] by tic (Tariq Porter).
 
266

edits