Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationDelta Structure / Scale Field


In This Topic
Scale Field
In This Topic
The change in distance between touch contacts, as a percentage. For example, if the distance between two contacts changes from 100 DIPs to 200 DIPs during a manipulation, the value of Scale would be 2.0.
Syntax
'Declaration
 
Public Scale As Single
 
'Usage
 
Dim instance As ManipulationDelta
Dim value As Single
 
value = instance.Scale
 
instance.Scale = value
See Also