[IronPython] Position an Image on canvas (silverlight)

Andrew Evans evans.d.andrew at gmail.com
Thu Aug 5 09:59:12 PDT 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://lists.ironpython.com/pipermail/users-ironpython.com/attachments/20100805/5fab533e/attachment-0001.htm>


More information about the Users mailing list