←Select platform

Rotate Method

Summary
Rotates the SelectedObjects around a point.
Syntax
C#
VB
C++
Java
public override void Rotate( 
   double angle, 
   LeadPointD origin 
) 
Public Overrides Sub Rotate( _ 
   ByVal angle As Double, _ 
   ByVal origin As LeadPointD _ 
)  
@Override public void rotate( 
   double angle, 
   LeadPointD origin 
) 
public:  
   virtual void Rotate( 
      double angle, 
      LeadPointD^ origin 
   ) override 

Parameters

angle
The angle (extent) of the rotation, in degrees.

origin
A Leadtools.LeadPointD object that represents the center of the rotation.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly

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