| Visual Basic (Declaration) | |
|---|---|
Public Function GetAnnotationPoints() As DicomAnnotationPoint() | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public DicomAnnotationPoint[] GetAnnotationPoints() | |
| C++/CLI | |
|---|---|
public: array<DicomAnnotationPoint>^ GetAnnotationPoints(); | |
Return Value
A buffer of DicomAnnotationPoint objects, that contains the points of the graphical object.For an example, refer to DicomDataSet.FindFirstGraphicAnnSQItem.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code