Click or drag to resize

WpfAnnotationUICollection Class

This class is a collection of WpfAnnotationUI objects.
Inheritance Hierarchy
SystemObject
  Atalasoft.Annotate.WpfWpfAnnotationUICollection

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)
Syntax
public class WpfAnnotationUICollection : ICollection<WpfAnnotationUI>, 
	IEnumerable<WpfAnnotationUI>, IEnumerable

The WpfAnnotationUICollection type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCount
Gets the number of annotation in the collection.
Public propertyIsReadOnly
Gets a value indicating whether this collection is read-only.
Public propertyItem
Gets the annotation at the specified index.
Top
Methods
  NameDescription
Public methodAdd
Adds an annotation to the end of the collection.
Public methodAddRange
Adds a group of annotations to the collection.
Public methodAsReadOnly
Returns a read-only version of this collection.
Public methodClear
Removes all items from the collection.
Public methodContains
Determines whether an annotation is contained in the collection.
Public methodCopyTo
Copies the annotations into the supplied array starting at the specified index.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Returns the index of the specified annotation.
Public methodInsert
Inserts an annotation into the collection at the specified index.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnCollectionChanged
Called when the collection has been changed and raises the CollectionChanged event.
Public methodRemove
Removes the specified annotation from the collection.
Public methodRemoveAt
Removes the annotation at the specified index from the collection.
Public methodToArray
Returns an array of WpfAnnotationUI containing the annotations in this collection.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventCollectionChanged
Raised when the collection has been changed.
Top
See Also