Nevron Open Vision Documentation
Nevron.Nov.Diagram.Layout Namespace / NGraphEdgeBodyBase Class / Rotate Method


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

    Parameters

    rotation
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also