Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NBody2D Class / Rotate Method


In This Topic
    Rotate Method (NBody2D)
    In This Topic
    Rotates the body
    Syntax
    'Declaration
     
    
    Public Overrides Sub Rotate( _
       ByVal rotation As LayoutRotation _
    ) 
    'Usage
     
    
    Dim instance As NBody2D
    Dim rotation As LayoutRotation
     
    instance.Rotate(rotation)
    public override void Rotate( 
       LayoutRotation rotation
    )

    Parameters

    rotation
    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