AnnGetArea method (Annotation Control)

C++ Builder example

Delphi example

 

Builder Syntax

int AnnGetArea (HANNOBJECT hObject, unsigned &uArea);

Delphi Syntax

Function AnnGetArea (hObject: HANNOBJECT; var uArea: L_UINT32 ): L_INT;

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.

See Also

Elements

GetRgnHandle method

Topics

Annotations (Document/Medical only): Object Manipulation