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 Leadtools.Dicom.DicomAnnotationPoint()
public [Leadtools.Dicom.DicomAnnotationPoint[]](dicomannotationpoint.md) GetAnnotationPoints()
function Leadtools.Dicom.DicomCompoundGraphic.GetAnnotationPoints()
public:
Leadtools.Dicom.array<DicomAnnotationPoint>^ GetAnnotationPoints();
An array of DicomAnnotationPoint objects, that represent the points of the graphical object.
For an example, refer to CreateCompoundGraphic.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET