J jlalexie Member Licensed User Jan 8, 2024 #1 Hello, I tested the JSTouchImageView library. I see how to get the zoom and pan settings. Dim point As JavaObject = touchImage.ScrollPosition Dim rect As JavaObject = touchImage.ZoomedRect Dim currentZoom As Float = touchImage.CurrentZoom Dim isZoomed As Boolean = touchImage.IsZoomed Click to expand... But my subject is to position the zoom rectangle at a specific point on a panel, and set the zoom factor. Is it possible with JSTouchImageView ?
Hello, I tested the JSTouchImageView library. I see how to get the zoom and pan settings. Dim point As JavaObject = touchImage.ScrollPosition Dim rect As JavaObject = touchImage.ZoomedRect Dim currentZoom As Float = touchImage.CurrentZoom Dim isZoomed As Boolean = touchImage.IsZoomed Click to expand... But my subject is to position the zoom rectangle at a specific point on a panel, and set the zoom factor. Is it possible with JSTouchImageView ?
J jlalexie Member Licensed User Jan 8, 2024 #2 I think I found: Dim touchImage As JSTouchImageView Click to expand... touchImage.SetZoom2 (2,0.2,0.5) Click to expand... Upvote 0
I think I found: Dim touchImage As JSTouchImageView Click to expand... touchImage.SetZoom2 (2,0.2,0.5) Click to expand...