Indicates the scale pivot point of pinch-zoom gestures.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public enum ZoomPivot |
Members| Member name | Description | |
|---|---|---|
![]() |
Ceter |
Pinch-zoom scales the diagram around view's center. |
![]() |
TopLeft |
Pinch-zoom scales the diagram from view's top-left corner. |
![]() |
TouchPosition |
Pinch-zoom scales the diagram around the touch position. |
See Also