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".
Member |
Meaning |
fX |
Value that indicates the X coordinate of the point. |
fY |
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.
Functions: |
LDicomDS::CreateGraphicObject, LDicomDS::GetGraphicObjectInfo, LDicomDS::SetGraphicObjectInfo |
Topics: |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET