WpfAnnotationUIFactoryCollection Class |
Namespace: Atalasoft.Annotate.Wpf
The WpfAnnotationUIFactoryCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | WpfAnnotationUIFactoryCollection |
Creates a new instance of WpfAnnotationUIFactoryCollection.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of factories in the collection.
|
![]() | Item[Int32] |
Gets the factory at the specified index.
|
![]() | Item[Type] |
Gets the factory for the specified type.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds to the collection.
|
![]() | Clear |
Clears the collection.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAnnotationFromData |
Creates an annotation from the provided annotation data.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Insert |
Inserts a factory into the collection.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes a factory from the collection.
|
![]() | RemoveAt |
Removes a factory from the collection at the specified index.
|
![]() | Replace |
Replaces an existing factory with a new one. If the oldFactory argument does not exist in the collection, the new factory is added to the end of the collection.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |