ScaleGestureDetector.ScaleFactor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the scaling factor from the previous scale event to the current event.
public virtual float ScaleFactor { [Android.Runtime.Register("getScaleFactor", "()F", "GetGetScaleFactorHandler")] get; }
[<get: Android.Runtime.Register("getScaleFactor", "()F", "GetGetScaleFactorHandler")>]
member this.ScaleFactor : single
Property Value
The current scaling factor.
- Attributes
Remarks
Return the scaling factor from the previous scale event to the current event. This value is defined as (#getCurrentSpan()
/ #getPreviousSpan()
).
Java documentation for android.view.ScaleGestureDetector.getScaleFactor()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.