←Select platform

RotateAt Method

Summary

Rotates this matrix about the specified point.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public void RotateAt( 
   double angle, 
   double centerX, 
   double centerY 
) 
Public Sub RotateAt( _ 
   ByVal angle As Double, _ 
   ByVal centerX As Double, _ 
   ByVal centerY As Double _ 
)  
public void RotateAt(  
   double angle, 
   double centerX, 
   double centerY 
) 
void LeadMatrixRotateAt(LeadMatrix *matrix, double degrees, double centerX, double centerY) 
public void rotateAt(double angle, double centerX, double centerY) 
 function Leadtools.LeadMatrix.RotateAt(  
   angle , 
   centerX , 
   centerY  
) 
public: 
void RotateAt(  
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly