Initialize the View. Target - View on which to apply the PinchZoomAndMove. NameEvent - name of the event. ZoomMin - minimum Zoom (eg. 0.5 = 50%). ZoomMax - maximum Zoom (eg. 3 = 300%). Increase - factor of increase / decrease during the Pinch Zoom. Tag - is the Tags View. BringToFront - if True active the BringToFront. Module - must be Me.
IsInitializedAsBoolean
Tests whether the object has been initialized.
SetIfCanMove (OptionAsBoolean) AsString
Sets whether the View may translare or not. Option - True if the View can translate.
SetIfCanZoom (OptionAsBoolean) AsString
Sets whether the View may zoom or not. Option - True if the View can Zoom.
SetLimitArea (OptionAsBoolean) AsString
If True, the edges of the View will remain within its parent. If the View has dimensions infferiori the Parent, will be automatically increased. The zoom 100% Is equal To the new size of the View.
SetLimitBorder (OptionAsBoolean) AsString
If it is true, the View will not come out from the edges of its parent. If the View Is larger than the Parent, will be automatically reduced. The 100% zoom Is equal To the new size of the View.
SetZoom (ZoomAsFloat) AsString
Sets the zoom. Zoom - Zoom in percentage (eg. 100 = 100% = initial size of the View).