Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

RotateAtPoints Method






The Leadtools.LeadPointD array to be rotated.
The angle to rotate the Leadtools.LeadPointD values.
The value representing the center point of rotation on the x-axis.
The value representing the center point of rotation on the y-axis.
Rotates the input Leadtools.LeadPointD values using the specified angle and center point.
Syntax
public static LeadPointD[] RotateAtPoints( 
   LeadPointD[] points,
   double angle,
   double centerX,
   double centerY
)
'Declaration
 
Public Shared Function RotateAtPoints( _
   ByVal points() As LeadPointD, _
   ByVal angle As Double, _
   ByVal centerX As Double, _
   ByVal centerY As Double _
) As LeadPointD()
public static LeadPointD[] RotateAtPoints( 
   LeadPointD[] points,
   double angle,
   double centerX,
   double centerY
)
+(LTLeadPointCollection*) rotateAtPoints:(LTLeadPointCollection*) points 
                                   angle:(double) angle
                                 centerX:(double) centerX;
                                 centerY:(double) centerY;
            
public static LeadPointD[] rotateAtPoints(
   LeadPointD[] points, 
   double angle, 
   double centerX, 
   double centerY
)
            
 function Leadtools.Annotations.Core.AnnTransformer.RotateAtPoints( 
   points ,
   angle ,
   centerX ,
   centerY 
)

Parameters

points
The Leadtools.LeadPointD array to be rotated.
angle
The angle to rotate the Leadtools.LeadPointD values.
centerX
The value representing the center point of rotation on the x-axis.
centerY
The value representing the center point of rotation on the y-axis.

Return Value

The rotated Leadtools.LeadPointD array.
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