PinchEventHandler
Wisej.Web.PinchEventHandler
Last updated
Was this helpful?
Wisej.Web.PinchEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents the method that will handle the Pinch event.
public delegate void PinchEventHandler(Object sender, PinchEventArgs e)Public Delegate Sub PinchEventHandler(ByVal sender As [Object], ByVal e As PinchEventArgs)Fired when two finger moved towards or away from each other. It contains the scaling factor of the pinch.
Last updated
Was this helpful?
Was this helpful?

