Returns the pixel count of this AnnObject.
AnnObject.prototype.getArea = function()
getArea(): number;
The default implementation of this method is to return the area defined by the polygon generated from all the points inside this object. This implementation is correct for rectangular, circular and polyline and polygon objects. Derived objects can override GetArea to provide their own implementation using a custom algorithm.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET