Questions tagged [magnification]
73 questions
3
votes
2 answers
Using Magnification API from WinForms to WPF
I found a library on the web using Magnification API in WinForms, its working great. I tried to make it work with WPF but no luck, there was no exceptions or errors, everything seems Ok. I'm beginning to think it was not meant to work with…

Ali Abdelfattah
- 348
- 2
- 12
2
votes
2 answers
SwiftUI MagnificationGesture not working properly on Mac
I have a problem with the MagnificationGesture in SwiftUI on the Mac. I am writing a Mac app and I want to scale a view. When I run the program, it works fine for a couple of times and then the onChanged closure does not get executed anymore. I am…

Frederik Mrozek
- 155
- 6
2
votes
1 answer
How to bring canvas on top of other views
I am using magnifier view for my application which is a library I got from here :
https://github.com/nomanr/android-image-magnifier
I have modified this class to extend FrameLayout (It was ImageView before) to work on my FrameLayout.
It's working…

Prashant
- 1,593
- 1
- 17
- 32
2
votes
1 answer
How to achieve magnifying square effect for D3 charts?
Take a look at this jsfiddle. Magnifying on hover works well for text and images, but I would like to have the same effect for the chart.
I would like the solution, if possible, to be applicable to any D3 SVG-based chart.
The example uses jquery…

VividD
- 10,456
- 6
- 64
- 111
2
votes
0 answers
How can I create Magnifier Component in WPF By using Magnification API
I want to create a WPF component that host a Magnifier so i started with http://msdn.microsoft.com/en-us/library/ms742522.aspx
here's some code http://pastebin.com/tRFYJ1be
And now i have error message: Failed BuildWindowCore when returning the…

Mus
- 21
- 1
1
vote
1 answer
How to zoom in on image in React
I have the following React code:
import React, { useState } from "react";
import { SideBySideMagnifier } from "react-image-magnifiers";
import image from './tree.jpg';
import './App.css';
const Grid = () => {
return (

ZapRowsdower
- 140
- 8
1
vote
0 answers
SwiftUI (Xcode 14.0.1) - Simultaneous Gestures (DragGesture & MagnificationGesture) - drag killed after magnification gesture activated
I am trying to achieve drag and magnification gestures take in place simultaneously. With the code below, I was able to achieve transitioning dragging to magnifying, however, when I release one finger after magnification, the drag gesture is killed…

Suguru Tokuda
- 71
- 5
1
vote
1 answer
How to implement an image scrolling mechanism that has magnification and transparency effects?
I want to implement a component like the one in the images below and I want to learn how it's done, but I couldn't search google to find a similar implementation because I couldn't know how to describe this (maybe because English is not my mother…

aslı
- 8,740
- 10
- 59
- 80
1
vote
2 answers
Need to find you if the user is using magnified font size 125% or 150% in win 7
Does anyone know if I can check this parameter anywhere?

sushiBite
- 341
- 2
- 5
- 16
1
vote
0 answers
Disable React Native Webview text selection loupe on iPad
Setup: Our RN (0.61.5) app is using react-native webview@8.0.6 to display content and interact with the user. The app includes some text input fields, swipe guestures, buttons, longpress actions. As of iPad os 15.1 a text selection magnifier has…

Niklavs Kalbergs
- 11
- 1
1
vote
0 answers
Adding zoom lens function inside an anchor tag image
I want to add zoom/magnification lens function in my image which is inside an anchor tag as
. When one clicks on the actual image, the url image shows up, and I would like the zoom lens to work on that one. Any…

Amazingman
- 21
- 3
1
vote
0 answers
How to magnify images?
I am working on playing cards related iphone project. I want to magnify images as soon as I roll over my finger on images.
For example you can see in the below screenshot.
Please help

Tariq
- 9,861
- 12
- 62
- 103
1
vote
0 answers
Change in apparent magnification
Firefox suddenly began to display the Wall Street Journal web page (www.wsj.com) in much smaller magnification.This behavior corresponds to some sort of recent Windows 10 automatic update. Explorer and Chrome behavior were not affected.

wGraves
- 11
- 1
1
vote
1 answer
Specify Height and Width of zoomed Image in Matplotlib after plt.show()
I have a plotting routine and I show the result with
plt.show()
as this is the easiest way for me to see my data. Once I have found and area which I want to look at i want to plot the exact same area again for a different set of data which has the…

NorrinRadd
- 545
- 6
- 21
1
vote
0 answers
Android Magnification Gesture
Is there a way to programatically (or through the Android Manifest file) disable Magnification gestures (triple tap for zoom)? My UI code is written in javascript/html/css, and I saw the behavior on a Pixel C.

Kevin
- 109
- 12