Expression > Forums Home > Related Technologies Forums > Deep Zoom Composer > Using Deep Zoom Project from another Silverlight Application
Ask a questionAsk a question
 

Proposed AnswerUsing Deep Zoom Project from another Silverlight Application

  • Tuesday, October 13, 2009 9:35 AMEklof Nedil Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I have an existing Silverlight Project

    - My SilverlightP

    I have Created a Deep Zoom Project MyDeepZoomP

    How can I incorporate the Deep Zom Project into MySilverlightP?

     

     

All Replies

  • Wednesday, October 21, 2009 3:59 AMPeriDeepika Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    Hi Eklof Nedil,

    Its very simple to add ur DZ proj to your normal project. Just a little bit of care so that all the componets are added properly.

    In the silverlight project, trace where you want to add your MultiScaleImage and add it there, call the respective methods in the CS file.
    Then arrange the zoomin, zoomout, home, full screen icons and their control templates.
    Add the MouseWheelHelper.cs class and also the images folder for the icons

    In the ASPX project, you will have to creqate the Generated Images folder in the client Bin and place the necessary files in it.

    -Deepika
    • Proposed As Answer byPeriDeepika Wednesday, October 21, 2009 3:59 AM
    •