Nevron.GraphicsCore Namespace / NVector2DI Structure / RotateAt Method


In This Topic
    RotateAt Method (NVector2DI)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub RotateAt( _
       ByVal angle As System.Integer, _
       ByVal anchor As System.Drawing.Point _
    ) 
    'Usage
     
    
    Dim instance As NVector2DI
    Dim angle As System.Integer
    Dim anchor As System.Drawing.Point
     
    instance.RotateAt(angle, anchor)
    public void RotateAt( 
       System.int angle,
       System.Drawing.Point anchor
    )

    Parameters

    angle
    anchor
    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