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