Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

RotatePointAt Method






The Leadtools.LeadPointD to be rotated.
The angle to rotate the Leadtools.LeadPointD.
A value representing the center point of rotation on the x-axis.
A value representing the center point of rotation on the y-axis.
Rotates the input Leadtools.LeadPointD using the specified angle and center point.
Syntax
public static LeadPointD RotatePointAt( 
   LeadPointD point,
   double angle,
   double centerX,
   double centerY
)
'Declaration
 
Public Shared Function RotatePointAt( _
   ByVal point As LeadPointD, _
   ByVal angle As Double, _
   ByVal centerX As Double, _
   ByVal centerY As Double _
) As LeadPointD
public static LeadPointD RotatePointAt( 
   LeadPointD point,
   double angle,
   double centerX,
   double centerY
)
+(LeadPointD) rotatePoint:(LeadPointD) pt 
                    angle:(double) angle
                  centerX:(double) cx
                  centerY:(double) cy;
            
public static LeadPointD rotatePointAt(
   LeadPointD point,
   double angle,
   double centerX,
   double centerY
)
             
 function Leadtools.Annotations.Core.AnnTransformer.RotatePointAt( 
   point ,
   angle ,
   centerX ,
   centerY 
)

Parameters

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.

Return Value

Requirements

Target Platforms

See Also

Reference

AnnTransformer Class
AnnTransformer Members

Error processing SSI file
   Leadtools.Annotations.Core requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features