Sets the points of the graphical object. These points will be used to set the "Graphic Data" (0070,0022) attribute in the "Graphic Annotation Module".
public void SetAnnotationPoints(
DicomAnnotationPoint[] pts,
int count
)
Public Sub SetAnnotationPoints( _
ByVal pts() As Leadtools.Dicom.DicomAnnotationPoint, _
ByVal count As Integer _
)
public void SetAnnotationPoints(
Leadtools.Dicom.DicomAnnotationPoint[] pts,
int count
)
function Leadtools.Dicom.DicomGraphicObject.SetAnnotationPoints(
pts ,
count
)
public:
void SetAnnotationPoints(
Leadtools.Dicom.array<DicomAnnotationPoint>^ pts,
int count
)
pts
Pointer to an array of DicomDateValue objects that contain the Dicom annotaiton points to set.
count
Number of annotation points to set.
For an example, refer to FindFirstGraphicAnnSQItem.
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