Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Rotate Method








The angle of rotation.
Applies a rotation of the specified angle about the origin of this LeadMatrix.
Syntax
public void Rotate( 
   double angle
)
'Declaration
 
Public Sub Rotate( _
   ByVal angle As Double _
) 
'Usage
 
Dim instance As LeadMatrix
Dim angle As Double
 
instance.Rotate(angle)
public void Rotate( 
   double angle
)
void LeadMatrixRotate(LeadMatrix *matrix, double degrees)
public void rotate(double angle)
 function Leadtools.LeadMatrix.Rotate( 
   angle 
)
public:
void Rotate( 
   double angle
) 

Parameters

angle
The angle of rotation.
Requirements

Target Platforms

See Also

Reference

LeadMatrix Structure
LeadMatrix Members

Error processing SSI file