PointsX property (IDicomGraphicObjectAttributes Interface)
float PointsX(long lIndex); | |
Overview |
Refer to Working with DICOM Annotations |
Remarks
The PointsX property is an array of the x-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
Elements: |
PointCount property, PointsY property, GraphicObjectAttributes property, CreateGraphicObject method . GetGraphicObjectAttributes method, SetGraphicObjectAttributes method |