rotate Method

Summary

Rotates this AnnContainer and its children by the specified value.

Syntax
TypeScript
JavaScript
AnnContainer.prototype.rotate = function( 
   angle 
) 
rotate( 
   angle: number 
): void; 

Parameters

angle

Rotation angle in degrees.

Remarks

This method rotates all the children AnnObjects around the center of the container. The container is then rotated by updating Size to be the width and height of the rotated boundary rectangle.

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