Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C++ Class Library Help

DICOMANNPOINT

Show in webframe

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.

Comments

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

See Also

Functions:

LDicomDS::CreateGraphicObject, LDicomDS::GetGraphicObjectInfo, LDicomDS::SetGraphicObjectInfo

Topics:

Working with DICOM Annotations

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.