←Select platform

RotateAtPrepend Method

Summary

Prepends a rotation of the specified angle at the specified point to this LeadMatrix.

Syntax
C#
VB
Objective-C
C++
Java
public void RotateAtPrepend( 
   double angle, 
   double centerX, 
   double centerY 
) 
Public Sub RotateAtPrepend( _ 
   ByVal angle As Double, _ 
   ByVal centerX As Double, _ 
   ByVal centerY As Double _ 
)  
void LeadMatrixRotateAtPrepend(LeadMatrix *matrix, double degrees, double centerX, double centerY) 
public void rotateAtPrepend(double angle, double centerX, double 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

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

Leadtools Assembly