Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

RotatePrepend Method








The angle of rotation.
Prepends a rotation of the specified angle to this LeadMatrix.
Syntax
public void RotatePrepend( 
   double angle
)
'Declaration
 
Public Sub RotatePrepend( _
   ByVal angle As Double _
) 
'Usage
 
Dim instance As LeadMatrix
Dim angle As Double
 
instance.RotatePrepend(angle)
public void RotatePrepend( 
   double angle
)
void LeadMatrixRotatePrepend(LeadMatrix *matrix, double degrees)
public void rotatePrepend(double angle)
 function Leadtools.LeadMatrix.RotatePrepend( 
   angle 
)
public:
void RotatePrepend( 
   double angle
) 

Parameters

angle
The angle of rotation.
Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

Error processing SSI file