tags:

views:

32

answers:

0

I am using C# and WPF. Currently and simply I load a bitmap in the Image control and then use Canvas.SetLeft and Canvas.SetTop to reposition image. Is there a way to get better performance? Thank you in advance. Cheers!