// Name: graphics.h
// Purpose: interface of various wxGraphics* classes
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
Rotates this matrix clockwise (in radians).
- @param radians
+ @param angle
Rotation angle in radians, clockwise.
*/
virtual void Rotate(wxDouble angle);