←Select platform

GetArea Method

Summary
Returns the pixel count of this AnnObject.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual double GetArea() 
-(double)getArea; 
public double getArea() 
public:  
   virtual double GetArea() 
def GetArea(self): 
Remarks

The default implementation of this method is to return the area defined by the polygon generated from all the points inside this object. This method is valid for closed shape annotation objects such as rectangular, elliptical, and polygonal annotations on bitmaps. Derived objects can override GetArea to provide their own implementation using a custom algorithm.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.