Expose SetClippingRegion(point, size)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-11-28 18:42:44 +00:00
parent c9c106fde5
commit 4da6d35e8f
5 changed files with 11 additions and 6 deletions

View File

@@ -275,6 +275,11 @@ that are affected are listed here::
Blit(destPt, size, sourceDC, srcPt,
rop = wxCOPY, useMask = FALSE, srcPtMask = wx.DefaultPosition)
SetClippingRegionXY SetClippingRegion(x, y, width, height)
SetClippingRegion(point, size)
SetClippingRect(rect)
SetClippingRegionAsRegion(region);
If you have code that draws on a DC you **will** get errors because of
these changes, but it should be easy to fix the code. You can either