Hi,
I've just committed some changes:
- DC.xs=20
+ CreateCompatibleDC method now returns a DC object
+ Added CreateCompatibleBitmap method
+ Added Line method (combination of MoveTo and LineTo)
+ Added Win32::GUI::Region object (used for clipping)
+ Added CreateRectRgn
+ Added CreateEllipticRgn
+ Added CreateRoundRectRgn
+ Added PtInRegion
+ Added RectInRegion
+ Added SetRectRgn
+ Added OffsetRgn
+ Added GetRgnBox
+ Added EqualRgn
+ Added SelectClipRgn
+ Added FillRgn
+ Added FrameRgn
+ Added InvertRgn
+ Added PaintRgn
I'll be added a few more methods in the next few days.
cheers,
jez. |