Nevron .NET Vision
Nevron.GraphicsCore Namespace / NAnimationsStyle Class / AddAnimation Method
The animation to add.


In This Topic
    AddAnimation Method
    In This Topic
    Adds a new animation to this animations style.
    Syntax
    'Declaration
     
    
    Public Sub AddAnimation( _
       ByVal animation As NAnimation _
    ) 
    'Usage
     
    
    Dim instance As NAnimationsStyle
    Dim animation As NAnimation
     
    instance.AddAnimation(animation)
    public void AddAnimation( 
       NAnimation animation
    )

    Parameters

    animation
    The animation to add.
    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