rotateCenter Property

Summary

Gets or sets the location of the rotate center control point.

Syntax

JavaScript Syntax
Object.defineProperty(AnnObject.prototype, 'rotateCenter', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
rotateCenter: LeadPointD; 

Property Value

The location of the rotate center control point. The default value is calculated from the origin of the current object points.

Remarks

When an AnnObject is selected, two rotate control points appear:

This property returns the location of the rotate center control point. For more information, refer to Annotation Rotation Options.

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