typedef struct _ANNRECT
{
L_DOUBLE left;
L_DOUBLE top;
L_DOUBLE right;
L_DOUBLE bottom;
} ANNRECT, *pANNRECT;
The ANNRECT structure defines coordinates of an annotation object's defining rectangle. The coordinates are interpreted using the container's scaling factors and offsets, which are described in Low-Level Coordinate System for Annotations.
The left coordinate, expressed as a double-precision floating point value.
The top coordinate, expressed as a double-precision floating point value.
The right coordinate, expressed as a double-precision floating point value.
The bottom coordinate, expressed as a double-precision floating point value.
pANNRECT is a pointer to an ANNRECT structure. Generally, where a function parameter type is pANNRECT, you can declare an ANNRECT variable, update the structure's fields, and pass the variable's address in the parameter. Declaring a pANNRECT variable is necessary only if your program requires a pointer.
The ANNRECT structure is like a Windows RECT structure, except that it uses double-precision floating point values.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document