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:
@@ -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 ®ion ) = 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
|
||||
|
Reference in New Issue
Block a user