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

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