←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly