VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools Namespace / SelectedWpfAnnotationViewCollection Class
Properties Methods Events SeeAlso
In This Topic
    SelectedWpfAnnotationViewCollection Class Members
    In This Topic
    The following tables list the members exposed by SelectedWpfAnnotationViewCollection.
    Public Properties
    Protected Properties
    Public Methods
     NameDescription
    Public MethodAdds an object to the end of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>)
    Public MethodAdds the elements of an WpfAnnotationView array to the end of the SelectedWpfAnnotationViewCollection.
    Public MethodRemoves all elements from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>)
    Public MethodClears collection and adds the elements of an WpfAnnotationView array to the end of the SelectedWpfAnnotationViewCollection.
    Public MethodDetermines whether an element is in the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>)
    Public MethodCopies the entire System.Collections.ObjectModel.Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>)
    Public MethodReturns an enumerator that iterates through the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>)
    Public MethodSearches for the specified object and returns the zero-based index of the first occurrence within the entire System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>)
    Public MethodInserts an element into the System.Collections.ObjectModel.Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>)
    Public MethodRemoves the first occurrence of a specific object from the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>)
    Public MethodRemoves the element at the specified index of the System.Collections.ObjectModel.Collection. (Inherited from System.Collections.ObjectModel.Collection<Vintasoft.Imaging.Annotation.Wpf.UI.WpfAnnotationView>)
    Public MethodCopies the elements of the SelectedWpfAnnotationViewCollection to a new array.
    Protected Methods
     NameDescription
    Protected MethodRemoves all elements from the collection.
    Protected MethodInserts an element into the collection at the specified index.
    Protected MethodRemoves the element at the specified index of the collection.
    Protected MethodReplaces the element at the specified index.
    Public Events
     NameDescription
    Public EventOccurs when the collection is changed.
    See Also