Skip to main content
Home Forums Silverlight Programming Silverlight Controls and Silverlight Toolkit Load MultiScaleImage Dynamically
1 replies. Latest Post by hoonius on January 8, 2009.
(0)
ekleeman
Member
59 points
42 Posts
01-08-2009 12:16 AM |
Can anyone see a reason this would not work? GeneratedImages is the output of a DeepZoom Composer project. No errors are generated, just no image. this.panel7Canvas.Children.Clear();
Can anyone see a reason this would not work? GeneratedImages is the output of a DeepZoom Composer project. No errors are generated, just no image.
this
panel7img1Xaml +=
hoonius
283 points
54 Posts
01-08-2009 10:00 AM |
could you not just do
MultiScaleImage panel7img1 = MultiScaleImage();
panel7img1.Source =
this.panel6Canvas.Children.Add(panel7img1);