Error processing SSI file
(Leadtools.Annotations.Core)

Show in webframe

RotateRectAt Method






The Leadtools.LeadRectD to be rotated.
The angle to rotate the Leadtools.LeadRectD.
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.LeadRectD using the specified angle and center point.
Syntax
public static LeadRectD RotateRectAt( 
   LeadRectD rect,
   double angle,
   double centerX,
   double centerY
)
'Declaration
 
Public Shared Function RotateRectAt( _
   ByVal rect As LeadRectD, _
   ByVal angle As Double, _
   ByVal centerX As Double, _
   ByVal centerY As Double _
) As LeadRectD
public static LeadRectD RotateRectAt( 
   LeadRectD rect,
   double angle,
   double centerX,
   double centerY
)
+(LeadRectD) rotateRect:(LeadRectD) rect 
                  angle:(double) angle
                centerX:(double) cx
                centerY:(double) cy;
            
public static LeadRectD rotateRectAt(
   LeadRectD rect,
   double angle,
   double centerX,
   double centerY
)
            
 function Leadtools.Annotations.Core.AnnTransformer.RotateRectAt( 
   rect ,
   angle ,
   centerX ,
   centerY 
)

Parameters

rect
The Leadtools.LeadRectD to be rotated.
angle
The angle to rotate the Leadtools.LeadRectD.
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.LeadRectD.
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