←Select platform

GetArea Method

Summary

Returns the area defined by the rectangle 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 rectangle generated from all the points inside this object.

Remarks

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

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