←Select platform

Rotate Method

Summary

Applies a rotation of the specified angle about the origin of this LeadMatrix.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void Rotate( 
   double angle 
) 
Public Sub Rotate( _ 
   ByVal angle As Double _ 
)  
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly