getArea Method

Summary

Returns the area defined by the ellipse generated from all the points inside this object.

Syntax

JavaScript Syntax
AnnEllipseObject.prototype.getArea = function() 
TypeScript Syntax
getArea(): number; 

Return Value

The area defined by the ellipse generated from all the points inside this object.

Remarks

You can use a custom algorithm to calculate the ellipse area by overriding this method.

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