WpfAnnotationUICollection.ToArray Method |
Returns an array of WpfAnnotationUI containing the annotations in this collection.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic WpfAnnotationUI[] ToArray()
Public Function ToArray As WpfAnnotationUI()
Return Value
Type:
WpfAnnotationUI[]An array of annotation in this collection.
See Also