rotateAngle Property

Summary

Cumulative rotation angle for this container.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnContainer.prototype, 'rotateAngle', 
	get: function() 
) 
rotateAngle: number; // read-only 

Property Value

The cumulative rotation angle for this container, in degrees.

Remarks

The value of RotateAngle is 0 when the container is created. It is only updated when Rotate is called to contain the cumulative rotation angle for the container. This is the sum of all angle values passed to Rotate. For instance, if Rotate(90) is called twice, then RotateAngle will be 180.

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