Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NVector2DD Structure / RotateAt Method
angle (in radians)
anchor point


In This Topic
    RotateAt Method
    In This Topic
    Rotates the vector with the specified angle arount the specified anchor
    Syntax
    'Declaration
     
    
    Public Sub RotateAt( _
       ByVal angle As System.Double, _
       ByVal anchor As NPoint _
    ) 
    'Usage
     
    
    Dim instance As NVector2DD
    Dim angle As System.Double
    Dim anchor As NPoint
     
    instance.RotateAt(angle, anchor)
    public void RotateAt( 
       System.double angle,
       NPoint anchor
    )

    Parameters

    angle
    angle (in radians)
    anchor
    anchor point
    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