←Select platform

RotateAt Method

Summary
Rotates this matrix about the specified point.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void RotateAt( 
   double angle, 
   double centerX, 
   double centerY 
) 
void LeadMatrixRotateAt(LeadMatrix *matrix, double degrees, double centerX, double centerY) 
public void rotateAt( 
   double doubleValue,  
   double doubleValue2,  
   double doubleValue3 
); 
public: 
void RotateAt(  
   double angle, 
   double centerX, 
   double centerY 
)  
def RotateAt(self,angle,centerX,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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.