←Select platform

SetAnnotationPoints Method

Summary

Sets the points of the graphical object. These points will be used to set the "Graphic Data" (0070,0022) attribute in the "Compound Graphic Sequence" (0070,0209).

Syntax

C#
VB
WinRT C#
C++
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.DicomCompoundGraphic.SetAnnotationPoints(  
   pts , 
   count  
) 
public: 
void SetAnnotationPoints(  
   Leadtools.Dicom.array<DicomAnnotationPoint>^ pts, 
   int count 
)  

Parameters

pts
An array of DicomAnnotationPoint objects that contain the DICOM annotation points to set.

count
Number of annotation points to set.

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