/////////////////////////////////////////////////////////////////////////////
-// Name: dc.h
+// Name: wx/os2/dc.h
// Purpose: wxDC class
// Author: David Webster
// Modified by:
) const;
virtual void DoDrawLines( int n
- ,wxPoint vaPoints[]
+ ,const wxPoint vaPoints[]
,wxCoord vXoffset
,wxCoord yYoffset
);
virtual void DoDrawPolygon( int n
- ,wxPoint vaPoints[]
+ ,const wxPoint vaPoints[]
,wxCoord vXoffset
,wxCoord vYoffset
,wxPolygonFillMode nFillStyle = wxODDEVEN_RULE