VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI Namespace / AnnotationView Class
In This Topic
AnnotationView Class Methods
In This Topic
For a list of all methods of this type, see AnnotationView.
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the current instance.
Public MethodOverloaded. Draws the annotation on the specified .
Public MethodOverloaded. Returns an author bounding box, in the image space, of annotation.
Public MethodReturns a bounding box, in the image space, of annotation.
Public MethodReturns a drawing box, in the image space, of annotation.
Public MethodReturns a point transformation from annotation space (DIP) to the specified ImageViewer space.
Public MethodReturns an annotation selection as System.Drawing.Drawing2D.GraphicsPath in the image space.
Public MethodReturns a matrix that transforms the annotation from the content space to the drawing surface space.
Public MethodReturns the matrix that transforms the annotation from the content space to the image space.
Public MethodOverloaded. Returns a value indicating whether the specified point is contained within the annotation.
Public MethodReturns the string representation of this object.
Protected Methods
 NameDescription
Protected MethodOverloaded. Releases the unmanaged resources used by the annotation and optionally releases the managed resources.
Protected MethodDraws the annotation on the System.Drawing.Graphics in the coordinate space of annotation.
Protected MethodDraws the annotation on the System.Drawing.Graphics in the coordinate space of drawing surface.
Protected MethodAllows an annotation to attempt to free resources and perform other cleanup operations before the annotation is reclaimed by garbage collection.
Protected MethodRaises the Click event. Invoked when the user has clicked on the annotation.
Protected MethodRaises the StateChanged event. Invoked when the property of annotation is changed.
Protected MethodRaises the DoubleClick event. Invoked when the annotation is double-clicked.
Protected MethodRaises the Drawing event. Invoked when the annotation is drawing.
Protected MethodRaises the Drawn event. Invoked when the annotation is drawn.
Protected MethodRaises the InteractionControllerChanged event.
Protected MethodRaises the InteractionControllerChanging event.
Protected MethodRaises the MouseDown event. Invoked when the user clicks down on the annotation.
Protected MethodRaises the MouseEnter event. Invoked when the mouse is entered of the annotation.
Protected MethodRaises the MouseLeave event. Invoked when the mouse is moved out of the annotation.
Protected MethodRaises the MouseMove event. Invoked when the user has moved the mouse over the annotation.
Protected MethodRaises the MouseUp event. Invoked when the user has released the mouse over the annotation.
Protected MethodRaises the MouseWheel event. Invoked when the mouse wheel moves while the annotation has focus.
Protected MethodRaises the StateChanged event. Invoked when the state of annotation is changed.
Protected MethodSets the properties of interaction controller according to the properties of annotation.
Protected MethodTransforms the matrix from the annotation's content space to the image space.
See Also