[IronPython] Position an Image on canvas (silverlight)

Andrew Evans evans.d.andrew at gmail.com
Thu Aug 5 18:59:12 CEST 2010


Hello I am trying to position an Image on my canvas

however it does not seem to work what I am doing

any ideas


        self.bgImage = Image(
            self.canvas.Left(0),
            self.canvas.Top(132),
            Source = BitmapImage(Uri("images/background.jpg",
UriKind.Relative))
            )

Cheers

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100805/5fab533e/attachment.html>


More information about the Ironpython-users mailing list