Rotates the input Leadtools.LeadPointD using the specified angle and center point.
public static LeadPointD RotatePointAt(LeadPointD point,double angle,double centerX,double centerY)
Public Shared Function RotatePointAt( _ByVal point As Leadtools.LeadPointD, _ByVal angle As Double, _ByVal centerX As Double, _ByVal centerY As Double _) As Leadtools.LeadPointD
public static Leadtools.LeadPointD RotatePointAt(Leadtools.LeadPointD point,double angle,double centerX,double centerY)
+(LeadPointD) rotatePoint:(LeadPointD) ptangle:(double) anglecenterX:(double) cxcenterY:(double) cy;
public static LeadPointD rotatePointAt(LeadPointD point,double angle,double centerX,double centerY)
function Leadtools.Annotations.Core.AnnTransformer.RotatePointAt(point ,angle ,centerX ,centerY)
public:static LeadPointD^ RotatePointAt(LeadPointD^ point,double angle,double centerX,double centerY)
point
The Leadtools.LeadPointD to be rotated.
angle
The angle to rotate the Leadtools.LeadPointD.
centerX
A value representing the center point of rotation on the x-axis.
centerY
A value representing the center point of rotation on the y-axis.
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
