]> git.saurik.com Git - wxWidgets.git/commit
Added rotation to wxImage
authorJulian Smart <julian@anthemion.co.uk>
Sun, 6 Feb 2000 14:51:36 +0000 (14:51 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 6 Feb 2000 14:51:36 +0000 (14:51 +0000)
commit7a632f1056d7894daca7342394c1db9b61f6aecf
treec71235483dbcc197666be586a199d46a82d370c4
parent12c1b46a2f848ce995590997d5a28559ee6e3ae9
Added rotation to wxImage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
docs/latex/wx/image.tex
include/wx/image.h
samples/rotate/Makefile.in [new file with mode: 0644]
samples/rotate/kclub.bmp [new file with mode: 0644]
samples/rotate/makefile.b32 [new file with mode: 0644]
samples/rotate/makefile.g95 [new file with mode: 0644]
samples/rotate/makefile.unx [new file with mode: 0644]
samples/rotate/makefile.vc [new file with mode: 0644]
samples/rotate/makefile.wat [new file with mode: 0644]
samples/rotate/mondrian.ico [new file with mode: 0644]
samples/rotate/rotate.cpp [new file with mode: 0644]
samples/rotate/rotate.rc [new file with mode: 0644]
src/common/image.cpp