Nevron .NET Vision
Nevron.GraphicsCore Namespace / NTranslateAnimation Class
Members


In This Topic
    NTranslateAnimation Class
    In This Topic
    Moves an object from one point to another.
    Object Model
    NTranslateAnimation Class
    Syntax
    'Declaration
     
    
    <NIconAttribute("GraphicsCore.Resources.Icons.Animations.Move.ico")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.GraphicsCore.NTranslateAnimation)>
    <System.SerializableAttribute()>
    Public Class NTranslateAnimation 
       Inherits NAnimation
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NTranslateAnimation
    [NIcon("GraphicsCore.Resources.Icons.Animations.Move.ico")]
    [System.Xml.Serialization.XmlInclude(Nevron.GraphicsCore.NTranslateAnimation)]
    [System.Serializable()]
    public class NTranslateAnimation : NAnimation, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NAnimation
          Nevron.GraphicsCore.NTranslateAnimation

    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