clarifying comments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-10-21 17:58:22 +00:00
parent 06f80bde28
commit c5a95b5e56

View File

@@ -437,10 +437,10 @@ public:
// pops a stored state from the stack
virtual void PopState() = 0;
// clips drawings to the region, combined to current clipping region
// clips drawings to the region intersected with the current clipping region
virtual void Clip( const wxRegion &region ) = 0;
// clips drawings to the rect
// clips drawings to the rect intersected with the current clipping region
virtual void Clip( wxDouble x, wxDouble y, wxDouble w, wxDouble h ) = 0;
// resets the clipping to original extent