(Leadtools.Annotations.Core)

RotatePoints Method

Show in webframe





The Leadtools.LeadPointD array to be rotated.
The angle to rotate the Leadtools.LeadPointD values.
Rotates the input Leadtools.LeadPointD values using the specified angle.
Syntax
public static LeadPointD[] RotatePoints( 
   LeadPointD[] points,
   double angle
)
Public Shared Function RotatePoints( _
   ByVal points() As LeadPointD, _
   ByVal angle As Double _
) As LeadPointD()
public static LeadPointD[] RotatePoints( 
   LeadPointD[] points,
   double angle
)

            
public static LeadPointD[] rotatePoints(
   LeadPointD[] points,
   double angle
)
            
 function Leadtools.Annotations.Core.AnnTransformer.RotatePoints( 
   points ,
   angle 
)

Parameters

points
The Leadtools.LeadPointD array to be rotated.
angle
The angle to rotate the Leadtools.LeadPointD values.

Return Value

The rotated Leadtools.LeadPointD array.
Requirements

Target Platforms

See Also

Reference

AnnTransformer Class
AnnTransformer Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.