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


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

    System.Object
       Nevron.GraphicsCore.NAnimation
          Nevron.GraphicsCore.NRotateAnimation

    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