Nevron .NET Vision
Nevron.UI Namespace / NAnimation Class / StartAnimate Method
The animation arguments to be used.


In This Topic
    StartAnimate Method (NAnimation)
    In This Topic
    Starts an animation operation using the specified arguments.
    Syntax
    'Declaration
     
    
    Public Sub StartAnimate( _
       ByVal e As NAnimationEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NAnimation
    Dim e As NAnimationEventArgs
     
    instance.StartAnimate(e)
    public void StartAnimate( 
       NAnimationEventArgs e
    )

    Parameters

    e
    The animation arguments to be used.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also