PointsY property (IDicomGraphicObjectAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

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

Elements:

PointCount property, PointsX property, GraphicObjectAttributes property, CreateGraphicObject method, GetGraphicObjectAttributes method, SetGraphicObjectAttributes method

Topics:

ILEADDicomDS Interface, IDicomGraphicObjectAttributes Interface