Hello,
What I'm trying to do is create a bit of an inverted clipping region using
wxRegions and SetClippingRegion.
As a simple example, this is what I am aiming at:
drawOnMe = wxRegion(0, 0, 100, 100)
noDrawOnMe = wxRegion(25, 25, 25, 25)
drawOnMe.SubtractRegion(noDrawOnMe)
someMemoryDC.SetClippingRegion(drawOnMe)
SetClippingRegion complains that it wants 5 arguments, and that I'm only
passing 2 -- so I'm writing to make absolutely sure that SetClippingRegion
only accecpts x, y, width and height arguments, and doesn't handle
wxRegions within python.
I thank you in advance,
Corey
ยทยทยท
___________________
Corey C. Donicz
Software Engineer
CRI, Inc
35-B Cabot Rd.
Woburn, MA. 01801
781.935.9099 x246