←Select platform

GetAnnotationPoints Method

Summary

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).

Syntax

C#
VB
WinRT C#
C++
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();  

Return Value

An array of DicomAnnotationPoint objects, that represent the points of the graphical object.

Example

For an example, refer to CreateCompoundGraphic.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly