Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.Touch Namespace / ManipulationDeltaEventArgs Class / Complete Method


In This Topic
    Complete Method (ManipulationDeltaEventArgs)
    In This Topic
    Completes the manipulation without inertia.
    Syntax
    'Declaration
     
    
    Public Sub Complete() 
    'Usage
     
    
    Dim instance As ManipulationDeltaEventArgs
     
    instance.Complete()
    public void Complete()
    See Also