LEADTOOLS (Leadtools assembly)

RotateAtPrepend 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.
Prepends a rotation of the specified angle at the specified point to this LeadMatrix.
Syntax
public void RotateAtPrepend( 
   double angle,
   double centerX,
   double centerY
)
'Declaration
 
Public Sub RotateAtPrepend( _
   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.RotateAtPrepend(angle, centerX, centerY)
public void RotateAtPrepend( 
   double angle,
   double centerX,
   double centerY
)

            

            
 function Leadtools.LeadMatrix.RotateAtPrepend( 
   angle ,
   centerX ,
   centerY 
)
public:
void RotateAtPrepend( 
   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.