Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RotateAtPrepend Method








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
)
void LeadMatrixRotateAtPrepend(LeadMatrix *matrix, double degrees, double centerX, double 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

Error processing SSI file