C#
VB
C++
Returns the pixel count of this AnnObject.
public virtual double GetAreaInPixels(
AnnContainerMapper mapper
)
Public Overridable Function GetAreaInPixels(
ByVal mapper As AnnContainerMapper
) As Double
public:
virtual double GetAreaInPixels(
AnnContainerMapper^ mapper
)
mapper
The mapper to use in this container when converting display, container and image coordinates.
The pixel count of this AnnObject.
Derived objects can override GetAreaInPixels 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