Fibonacci word/fractal: Difference between revisions

Content deleted Content added
Kon (talk | contribs)
Kon (talk | contribs)
Line 58: Line 58:
x1 := x2, y1 := y2, d := Mod(d, 4)
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)
Gdip_DeletePen(pPen), UpdateLayeredWindow(hwnd1, hdc, 0, 0, Width, Height)
, SelectObject(hdc, obm), DeleteObject(hbm), DeleteDC(hdc), Gdip_DeleteGraphics(G)
, SelectObject(hdc, obm), DeleteObject(hbm), DeleteDC(hdc), Gdip_DeleteGraphics(G)
return
return
Line 71: Line 71:
Esc::
Esc::
Exit:
Exit:
Gdip_DeletePen(pPen), UpdateLayeredWindow(hwnd1, hdc, 0, 0, Width, Height), SelectObject(hdc, obm)
Gdip_DeletePen(pPen), SelectObject(hdc, obm), DeleteObject(hbm)
, DeleteObject(hbm), DeleteDC(hdc), Gdip_DeleteGraphics(G), Gdip_Shutdown(pToken)
, 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).
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).