DICOMANNPOINT

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".

Members

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.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help