PointsY property (IDicomGraphicObjectAttributes Interface)
float PointsY(long lIndex); | |
Overview |
Refer to Working with DICOM Annotations |
Remarks
The PointsY property is an array of the y-coordinates of the points specified by the "Graphic Data" (0070,0022) element. Refer to the PointCount property for more information.
As an example, the values PointsX(0) and PointsY(0) are the x-coordinate and the y-coordinate of the first point.
See Also