←Select platform

GetArea Method

Summary

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

Syntax

C#
VB
C++
public override double GetArea() 
Public Overrides Function GetArea() As Double 
public:  
   virtual double GetArea() override 

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