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


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