AnnGetArea method (ILEADRasterAnnotation)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long AnnGetArea(long hObject);

Overview

Refer to Implementing Annotations.

Remarks

(Document/Medical only) Gets the pixel count of the specified annotation object.

The pixel count is the number of pixels contained in a region extracted from the annotation object, without resizing. It is equivalent to calling AnnGetRgnHandle and then getting a pixel count of the resulting region.

See Also

Elements:

AnnGetRgnHandle method

Topics:

Annotations (Document/Medical only): Object Manipulation