typedef struct tagDICOMANNPOINT
{
L_FLOAT fX; /* x coordinate of the point*/
L_FLOAT fY; /* y coordinate of the point*/
} DICOMANNPOINT, *pDICOMANNPOINT;
The DICOMANNPOINT structure defines coordinates of a DICOM point, which is used in the implementation of "Graphical Annotation Objects".
Value that indicates the X coordinate of the point.
Value that indicates the Y coordinate of the point.
This is the primitive data type in the toolkit. pDICOMANNPOINT is a pointer to a DICOMANNPOINT structure.
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