// Name: graphics.h
// Purpose: interface of various wxGraphics* classes
// Author: wxWidgets team
-// RCS-ID: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
/**
Returns the number of stops.
*/
- unsigned GetCount() const;
+ size_t GetCount() const;
/**
Set the start colour to @a col
/**
Rotates this matrix clockwise (in radians).
- @param radians
+ @param angle
Rotation angle in radians, clockwise.
*/
virtual void Rotate(wxDouble angle);