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