- pts
- Pointer to an array of DicomDateValue objects that contains the Dicom annotaiton points to set.
- count
- Number of annotation points to set.
Visual Basic (Declaration) | |
---|---|
Public Sub SetAnnotationPoints( _ ByVal pts() As DicomAnnotationPoint, _ ByVal count As Integer _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SetAnnotationPoints( DicomAnnotationPoint[] pts, int count ) |
C++/CLI | |
---|---|
public: void SetAnnotationPoints( array<DicomAnnotationPoint>^ pts, int count ) |
Parameters
- pts
- Pointer to an array of DicomDateValue objects that contains the Dicom annotaiton points to set.
- count
- Number of annotation points to set.
For an example, refer to DicomDataSet.FindFirstGraphicAnnSQItem.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family