Nevron .NET Vision
Nevron.GraphicsCore Namespace / NPointFList Class / Rotate Method / Rotate(Single,NPointF) Method
The angle (in radians).
The pin point.


In This Topic
    Rotate(Single,NPointF) Method
    In This Topic
    Rotates all points in the list around the specified point.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Rotate( _
       ByVal angle As System.Single, _
       ByVal pin As NPointF _
    ) 
    'Usage
     
    
    Dim instance As NPointFList
    Dim angle As System.Single
    Dim pin As NPointF
     
    instance.Rotate(angle, pin)
    public void Rotate( 
       System.float angle,
       NPointF pin
    )

    Parameters

    angle
    The angle (in radians).
    pin
    The pin 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