'Declaration Public Function GetAnnotationsFromImage( _
ByVal imageAn image.As Vintasoft.Imaging.VintasoftImage _
) As System.Collections.Generic.IList(Of WpfAnnotationView)
public System.Collections.Generic.IList<WpfAnnotationView> GetAnnotationsFromImage(
Vintasoft.Imaging.VintasoftImage image
)
public: System.Collections.Generic.IList<WpfAnnotationView*>* GetAnnotationsFromImage(
Vintasoft.Imaging.VintasoftImage* image
)
public:
System.Collections.Generic.IList<WpfAnnotationView^>^ GetAnnotationsFromImage(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- An image.
Return Value
An annotation view collection.