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).
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
)
pts
An array of DicomAnnotationPoint objects that contain the DICOM annotation points to set.
count
Number of annotation points to set.
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