←Select platform

Rotate Method

Summary

Rotates the AnnEncryptObject around the specified point by the specified number of degrees.

Syntax

C#
VB
Java
WinRT C#
C++
public override void Rotate( 
   double angle, 
   LeadPointD origin 
) 
Public Overrides Sub Rotate( _ 
   ByVal angle As Double, _ 
   ByVal origin As Leadtools.LeadPointD _ 
)  
public override void Rotate(  
   double angle, 
   Leadtools.LeadPointD origin 
) 
@Override public void rotate( 
   double angle, 
   LeadPointD origin 
) 
             
 function Leadtools.Annotations.Core.AnnEncryptObject.Rotate(  
   angle , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly