Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6577903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T15:41:59+00:00 2026-05-25T15:41:59+00:00

I m doing ZoomOut of an image using the following code. private void OnDoubleTap(object

  • 0

I m doing ZoomOut of an image using the following code.

private void OnDoubleTap(object sender, Microsoft.Phone.Controls.GestureEventArgs e)
{
           scale.ScaleX += <some value>
           scale.ScaleY += <some value>
}

I want to achieve the following thing. When I double tap for the first time on the image it should ZoomIn and when I double tap for the second time on the image it should come back to normal size. Any idea how to achieve it . Please let me know your suggestions.

Thanks,
Mugu

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T15:41:59+00:00Added an answer on May 25, 2026 at 3:41 pm

    Assuming your OnDoubleTap works, and normal scale is 1.

    private void OnDoubleTap(object sender, Microsoft.Phone.Controls.GestureEventArgs e)
    {
     if(scale.ScaleX == 1 && scale.ScaleY == 1) //The scale is currently 1, enlarge
     {
       scale.ScaleX = 1.5;
       scale.ScaleY = 1.5;
     } else { //Its bigger, reset to 1.
       scale.ScaleX = 1;
       scale.ScaleY = 1;
     } 
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Doing an ajax get request works as expected using the following code: $.ajax({ type:
Doing my first SL4 MVVM RIA based application and i ran into the following
Doing a search using django-sphinx gives me results._sphinx that says there were 68 results,
Doing some refactoring in some legacy code I've found in a project. This is
Doing this in a console program: object x = new string(new char[0]); If one
Doing some code reading and stumbled upon this snippet that I haven't seen before:
Doing some code reviews lately I came across a number of classes that have
Doing some code in JavaScript/jQuery and I need to have it where the user
Doing an alert() on one of my variables gives me this result [object NodeList]
Doing DJango 1.3 local development using manage.py runserver Created a directory called static in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.