C#
VB
C++
Returns an array of DicomAnnotationPoint objects, that contains the points of the graphical object.These points are based on the "Graphic Data" (0070,0022) attribute in the "Compound Graphic Sequence" (0070,0209).
public DicomAnnotationPoint[] GetAnnotationPoints()
Public Function GetAnnotationPoints() As DicomAnnotationPoint()
public:
array<DicomAnnotationPoint>^ GetAnnotationPoints();
An array of DicomAnnotationPoint objects, that represent the points of the graphical object.