Re: [wxhaskell-users] How to resize a bitmap ?

2011-09-02 Thread Dave Tapley
On 1 September 2011 12:14, D.V. wrote: > Bonjour List, > > If there a way to draw a bitmap so it fits a specific size (rescaling > it if needed ?) > Erm, well it appears that imageScale is wrapped by wxcore (I'm not sure how familiar you are with wxHaskell?), so it *might* just work, see here: h

Re: [wxhaskell-users] How to resize a bitmap ?

2011-09-01 Thread D.V.
2011/9/1 Dave Tapley : > On 1 September 2011 12:14, D.V. wrote: >> >> Bonjour List, >> >> If there a way to draw a bitmap so it fits a specific size (rescaling >> it if needed ?) > > Erm, well it appears that imageScale is wrapped by wxcore (I'm not sure how > familiar you are with wxHaskell?), so

Re: [wxhaskell-users] How to resize a bitmap ?

2011-09-01 Thread Eric Y. Kow
Hi, On Thu, Sep 01, 2011 at 13:14:48 +0200, D.V. wrote: > If there a way to draw a bitmap so it fits a specific size (rescaling > it if needed ?) > > I didn't find a way in the docs, but the documentation for drawBitmap > is thin, wxWidget help didn't help much. I think you'll want to use the wx

[wxhaskell-users] How to resize a bitmap ?

2011-09-01 Thread D.V.
Bonjour List, If there a way to draw a bitmap so it fits a specific size (rescaling it if needed ?) I didn't find a way in the docs, but the documentation for drawBitmap is thin, wxWidget help didn't help much. Thanks ! David. ---