WpfAnnotationSpaceConverter Class |
Namespace: Atalasoft.Annotate.Wpf
The WpfAnnotationSpaceConverter type exposes the following members.
| Name | Description | |
|---|---|---|
| WpfAnnotationSpaceConverter |
Creates a new instance of WpfAnnotationSpaceConverter.
|
| Name | Description | |
|---|---|---|
| AnnotationToDocumentSpace(Point) |
Converts a point from annotation space to document space.
| |
| AnnotationToDocumentSpace(Point) |
Converts an array of Point from annotation space to document space.
| |
| AnnotationToViewportSpace(Point) |
Converts a point from annotation space to viewer space.
| |
| AnnotationToViewportSpace(Point) |
Converts an array of Point from annotation space to viewer space.
| |
| DocumentToAnnotationSpace(Point) |
Converts a point from document space to annotation space.
| |
| DocumentToAnnotationSpace(Point) |
Converts an array of Point from document space to annotation space.
| |
| DocumentToViewportSpace(Point) |
Converts a point from document space to viewer space.
| |
| DocumentToViewportSpace(Point) |
Converts an array of Point from document space to viewer space.
| |
| 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.) | |
| 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.) | |
| ViewportToAnnotationSpace(Point) |
Converts a point from viewer space into annotation space.
| |
| ViewportToAnnotationSpace(Point) |
Converts an array of Point from viewer space to annotation space.
| |
| ViewportToDocumentSpace(Point) |
Converts a point from viewer space to document space.
| |
| ViewportToDocumentSpace(Point) |
Converts an array of Point from viewer space to document space.
|