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*) points
angle:(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