WpfAnnotationUIFactoryT, TData Class |
Namespace: Atalasoft.Annotate.Wpf
public class WpfAnnotationUIFactory<T, TData> : IWpfAnnotationUIFactory where T : WpfAnnotationUI where TData : AnnotationData
The WpfAnnotationUIFactoryT, TData type exposes the following members.
| Name | Description | |
|---|---|---|
| WpfAnnotationUIFactoryT, TData |
Creates a new instance of WpfAnnotationUIFactory.
|
| Name | Description | |
|---|---|---|
| AnnotationType |
Gets the type of annotation the factory can create.
|
| Name | Description | |
|---|---|---|
| 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.) | |
| GetAnnotationUI |
Returns a new annotation from an AnnotationData class.
| |
| GetAnnotationUIOverride |
Called when the factory cannot find a constructor taking the AnnotationData passed into GetAnnotationUI.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |