AnnGetArea method (Main Control)
Visual
Basic example
Visual
C++ 4.0 example
Syntax long AnnGetArea(OLE_HANDLE 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 method and then getting a pixel count of the resulting region.
See Also
Elements: AnnGetRgnHandle method
Topics: Annotations (Document/Medical only): Object Manipulation