C#
VB
Java
Objective-C
WinRT C#
C++
Rotates the input Leadtools.LeadPointD using the specified angle.
public static LeadPointD RotatePoint(
LeadPointD point,
double angle
)
Public Shared Function RotatePoint( _
ByVal point As Leadtools.LeadPointD, _
ByVal angle As Double _
) As Leadtools.LeadPointD
public static Leadtools.LeadPointD RotatePoint(
Leadtools.LeadPointD point,
double angle
)
+(LeadPointD) rotateRect:(LeadPointD) point
angle:(double) angle;
function Leadtools.Annotations.Core.AnnTransformer.RotatePoint(
point ,
angle
)
public:
static LeadPointD^ RotatePoint(
LeadPointD^ point,
double angle
)
point
The Leadtools.LeadPointD to be rotated.
angle
The angle to rotate the Leadtools.LeadPointD.
The rotated Leadtools.LeadPointD.
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