C#
VB
C++
public void SetAnnotationPoints(
DicomAnnotationPoint[] pts,
int count
)
Public Sub SetAnnotationPoints( _
ByVal pts() As DicomAnnotationPoint, _
ByVal count As Integer _
)
public:
void SetAnnotationPoints(
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.