rotate Method

Summary

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

Syntax
TypeScript
JavaScript
AnnTextPointerObject.prototype.rotate = function( 
   angle, 
   origin 
) 
rotate( 
   angle: number, 
   origin: LeadPointD 
): void; 

Parameters

angle

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

origin

A 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