Add wxImage::Rotate180() function.
Closes #12679. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -347,6 +347,7 @@ public:
|
||||
bool interpolating = true, wxPoint * offset_after_rotation = NULL) const;
|
||||
|
||||
wxImage Rotate90( bool clockwise = true ) const;
|
||||
wxImage Rotate180() const;
|
||||
wxImage Mirror( bool horizontally = true ) const;
|
||||
|
||||
// replace one colour with another
|
||||
|
Reference in New Issue
Block a user