rotate Method

Summary

Rotates this AnnContainer and its children by the specified value.

Syntax

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

Parameters

angle

Rotation angle in degrees.

Remarks

This method rotates all the child AnnObject's 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly