DICOMANNPOINT

typedef struct tagDICOMANNPOINT
{
   L_FLOAT fX; 
   L_FLOAT fY; 
} DICOMANNPOINT, *pDICOMANNPOINT;

The DICOMANNPOINT structure defines coordinates of a DICOM point, which is used in the implementation of "Graphical Annotation Objects".

Member

Description

fX

Value that indicates the X coordinate of the point.

fY

Value that indicates the Y coordinate of the point.

Comments

This is the primitive data type in the toolkit. pDICOMANNPOINT is a pointer to a DICOMANNPOINT structure.

See Also

Functions:

L_DicomCreateGraphicObject, L_DicomGetGraphicObjectInfo, L_DicomSetGraphicObjectInfo

Topics:

Working with DICOM Annotations