LEADTOOLS (Leadtools assembly)

RotateAt Method

Show in webframe







The angle, in degrees, to rotate this matrix.
The x-coordinate of the point to rotate this matrix around.
The y-coordinate of the point to rotate this matrix around.
Rotates this matrix about the specified point.
Syntax
public void RotateAt( 
   double angle,
   double centerX,
   double centerY
)
'Declaration
 
Public Sub RotateAt( _
   ByVal angle As Double, _
   ByVal centerX As Double, _
   ByVal centerY As Double _
) 
'Usage
 
Dim instance As LeadMatrix
Dim angle As Double
Dim centerX As Double
Dim centerY As Double
 
instance.RotateAt(angle, centerX, centerY)
public void RotateAt( 
   double angle,
   double centerX,
   double centerY
)

            

            
 function Leadtools.LeadMatrix.RotateAt( 
   angle ,
   centerX ,
   centerY 
)
public:
void RotateAt( 
   double angle,
   double centerX,
   double centerY
) 

Parameters

angle
The angle, in degrees, to rotate this matrix.
centerX
The x-coordinate of the point to rotate this matrix around.
centerY
The y-coordinate of the point to rotate this matrix around.
Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.