TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ManipulationDelta Structure / Expansion Field

In This Topic
    Expansion Field (ManipulationDelta)
    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
    public float Expansion
    See Also