rotate Method

Summary

Rotates the AnnObject around a point.

Syntax

JavaScript Syntax
AnnObject.prototype.rotate = function( 
   angle, 
   origin 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly