Android Question JSTouchImageView: How to position the center of the zoom rectangle.

jlalexie

Member
Licensed User
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

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 ?
 
Top