C#
VB
Java
Objective-C
WinRT C#
C++
Rotates the input Leadtools.LeadPointD values using the specified angle.
public static LeadPointD[] RotatePoints(LeadPointD[] points,double angle)
Public Shared Function RotatePoints( _ByVal points() As Leadtools.LeadPointD, _ByVal angle As Double _) As Leadtools.LeadPointD()
public static [Leadtools.LeadPointD[]](../l/leadpointd.md) RotatePoints(Leadtools.LeadPointD[] points,double angle)
+(LTLeadPointCollection*) rotatePoints:(LTLeadPointCollection*) pointsangle:(double) angle;
function Leadtools.Annotations.Core.AnnTransformer.RotatePoints(points ,angle)
public:static array<LeadPointD^>^ RotatePoints(array<LeadPointD^>^ points,double angle)
points
The Leadtools.LeadPointD array to be rotated.
angle
The angle to rotate the Leadtools.LeadPointD values.
The rotated Leadtools.LeadPointD array.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
