DICOMANNPOINT

Summary

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

Syntax

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

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.

Usage

See Also

Functions

Topics

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

LEADTOOLS DICOM C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.