Nevron .NET Vision
Nevron.GraphicsCore Namespace / NVector2DD Structure / RotateAt Method
angle (in radians)
anchor point


In This Topic
    RotateAt Method (NVector2DD)
    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 System.Drawing.PointF _
    ) 
    'Usage
     
    
    Dim instance As NVector2DD
    Dim angle As System.Double
    Dim anchor As System.Drawing.PointF
     
    instance.RotateAt(angle, anchor)
    public void RotateAt( 
       System.double angle,
       System.Drawing.PointF anchor
    )

    Parameters

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