| Name | Description | |
|---|---|---|
![]()  | MeasuringTextView | Initializes a new instance of the MeasuringTextView class. | 
| Name | Description | |
|---|---|---|
![]()  | MeasuringTextView | Initializes a new instance of the MeasuringTextView class. | 
| Name | Description | |
|---|---|---|
![]()  | Border | Gets or sets a value indicating whether the annotation border is visible. (Inherited from AnnotationView) | 
![]()  | Builder | Gets or sets a transformer used for building of annotation. (Inherited from AnnotationView) | 
![]()  | CanMirror | Gets or sets a value indicating whether the annotation can be mirrored. (Inherited from AnnotationView) | 
![]()  | CanMove | Gets or sets a value indicating whether the annotation can be moved. (Inherited from AnnotationView) | 
![]()  | CanResize | Gets or sets a value indicating whether the size of the annotation can be changed. (Inherited from AnnotationView) | 
![]()  | CanRotate | Gets or sets a value indicating whether the annotation can be rotated. (Inherited from AnnotationView) | 
![]()  | CanSelect | Gets or sets a value indicating whether the annotation can be selected. (Inherited from AnnotationView) | 
![]()  | ContextMenuStrip | Gets or sets the System.Windows.Forms.ContextMenuStrip associated with the annotation. (Inherited from AnnotationView) | 
![]()  | CreatedBy | Gets or sets information about the user who created the annotation. (Inherited from AnnotationView) | 
![]()  | CreationTime | Gets or sets the creation time of annotation. (Inherited from AnnotationView) | 
![]()  | Data | Gets the annotation data. (Inherited from AnnotationView) | 
![]()  | FillBrush | Gets or sets the background brush of annotation. (Inherited from AnnotationView) | 
![]()  | Font | Gets or sets the Font of the annotation. | 
![]()  | FontBrush | Gets or sets the font brush of the annotation. | 
![]()  | HighlightedFillBrush | Gets or sets the fill brush of highlighted annotation. | 
![]()  | HighlightedFont | Gets or sets the Font of highlighted annotation. | 
![]()  | HighlightedFontBrush | Gets or sets the font brush of highlighted annotation. | 
![]()  | HorizontalMirrored | Gets or sets a value indicating whether the annotation is mirrored horizontally. (Inherited from AnnotationView) | 
![]()  | Intent | Gets or sets intent of the annotation. (Inherited from AnnotationView) | 
![]()  | InteractionController | Gets or sets an interaction controller of annotation view. (Inherited from AnnotationView) | 
![]()  | IsBuilding | Gets a value indicating whether the annotation is building. (Inherited from AnnotationView) | 
![]()  | IsDisposed | Gets a value indicating whether this annotation has been disposed of. (Inherited from AnnotationView) | 
![]()  | IsHighlighted | Gets or sets a value indicating whether annotation is highlighted. | 
![]()  | IsReadyForDrawing | Gets a value indicating whether this annotation is ready for drawing, for example, line annotation has points. | 
![]()  | IsSelected | Gets a value indicating whether the annotation is selected. (Inherited from AnnotationView) | 
![]()  | IsVisible | Gets or sets a value indicating whether the annotation is visible. (Inherited from AnnotationView) | 
![]()  | Location | Gets or sets the location, in device-independent pixels (1/96th inch), of annotation in the image space. (Inherited from AnnotationView) | 
![]()  | ModifiedBy | Gets or sets information about the user who modified the annotation. (Inherited from AnnotationView) | 
![]()  | ModifiedTime | Gets or sets the last time this annotation was modified. (Inherited from AnnotationView) | 
![]()  | Name | Gets or sets the name of annotation. (Inherited from AnnotationView) | 
![]()  | Outline | Gets or sets the style of the annotation's outline. (Inherited from AnnotationView) | 
![]()  | Rotation | Gets or sets the current amount of rotation, in degrees, for this annotation. (Inherited from AnnotationView) | 
![]()  | SelectionBrush | Gets or sets the System.Drawing.Brush that used for filling of annotation's selection. (Inherited from AnnotationView) | 
![]()  | SelectionPen | Gets or sets the System.Drawing.Pen that used for drawing of annotation's selection. (Inherited from AnnotationView) | 
![]()  | Size | Gets or sets the size, in device-independent pixels (1/96th inch), of the annotation. | 
![]()  | Text | Gets or sets the text of the annotation. | 
![]()  | TextPadding | Gets the text padding within the annotation, in device-independent pixels (1/96th inch). | 
![]()  | ToolTip | Gets or sets the tooltip associated with the annotation. (Inherited from AnnotationView) | 
![]()  | Transformer | Gets or sets a transformer used for transforming (moving/resizing/rotating/...) of the annotation. (Inherited from AnnotationView) | 
![]()  | VerticalMirrored | Gets or sets a value indicating whether the annotation is mirrored vertically. (Inherited from AnnotationView) | 
| Name | Description | |
|---|---|---|
![]()  | ContainmentCheckDistance | Gets a distance, which defines how the IsPointOnFigure(PointF) method must expand the annotation contour for determining whether the point is contained within the annotation. (Inherited from AnnotationView) | 
![]()  | Renderer | Gets the annotation renderer. (Inherited from AnnotationView) | 
![]()  | UseAnnotationRenderer | Gets a value indicating whether the annotation must use annotation renderer to draw this annotation. (Inherited from AnnotationView) | 
| Name | Description | |
|---|---|---|
![]()  | Clone | Creates a new object that is a copy of the current MeasuringTextView instance. | 
![]()  | Draw | Overloaded. Draws the annotation on the specified  | 
![]()  | GetAuthorBoundingBox | Overloaded. Returns an author bounding box, in the image space, of annotation. (Inherited from AnnotationView) | 
![]()  | GetBoundingBox | Returns a bounding box, in the image space, of annotation. (Inherited from AnnotationView) | 
![]()  | GetDrawingBox | Returns the drawing box of annotation, in the image space. | 
![]()  | GetPointTransform | Returns a point transformation from annotation space (DIP) to the specified ImageViewer space. (Inherited from AnnotationView) | 
![]()  | GetSelectionAsGraphicsPath | Returns an annotation selection as System.Drawing.Drawing2D.GraphicsPath in the image space. (Inherited from AnnotationView) | 
![]()  | GetTransformFromContentSpace | Returns a matrix that transforms the annotation from the content space to the drawing surface space. (Inherited from AnnotationView) | 
![]()  | GetTransformFromContentToImageSpace | Returns the matrix that transforms the annotation from the content space to the image space. (Inherited from AnnotationView) | 
![]()  | IsPointOnFigure | Overloaded. Returns a value indicating whether the specified point is contained within the annotation. (Inherited from AnnotationView) | 
![]()  | ToString | Returns the string representation of this object. (Inherited from AnnotationView) | 
| Name | Description | |
|---|---|---|
![]()  | Dispose | Overloaded. Releases the unmanaged resources used by the annotation and optionally releases the managed resources. (Inherited from AnnotationView) | 
![]()  | DrawInContentSpace | Draws the annotation on the System.Drawing.Graphics in the coordinate space of annotation. | 
![]()  | DrawInSurfaceSpace | Draws the annotation on the System.Drawing.Graphics in the coordinate space of drawing surface. (Inherited from AnnotationView) | 
![]()  | Finalize | Allows an annotation to attempt to free resources and perform other cleanup operations before the annotation is reclaimed by garbage collection. (Inherited from AnnotationView) | 
![]()  | OnClick | Raises the Click event. Invoked when the user has clicked on the annotation. (Inherited from AnnotationView) | 
![]()  | OnDataPropertyChanged | Raises the StateChanged event. Invoked when the property of annotation is changed. (Inherited from AnnotationView) | 
![]()  | OnDoubleClick | Raises the DoubleClick event. Invoked when the annotation is double-clicked. (Inherited from AnnotationView) | 
![]()  | OnDrawing | Raises the Drawing event. Invoked when the annotation is drawing. (Inherited from AnnotationView) | 
![]()  | OnDrawn | Raises the Drawn event. Invoked when the annotation is drawn. (Inherited from AnnotationView) | 
![]()  | OnInteractionControllerChanged | Raises the InteractionControllerChanged event. (Inherited from AnnotationView) | 
![]()  | OnInteractionControllerChanging | Raises the InteractionControllerChanging event. (Inherited from AnnotationView) | 
![]()  | OnMouseDown | Raises the MouseDown event. Invoked when the user clicks down on the annotation. (Inherited from AnnotationView) | 
![]()  | OnMouseEnter | Raises the MouseEnter event. Invoked when the mouse is entered of the annotation. (Inherited from AnnotationView) | 
![]()  | OnMouseLeave | Raises the MouseLeave event. Invoked when the mouse is moved out of the annotation. (Inherited from AnnotationView) | 
![]()  | OnMouseMove | Raises the MouseMove event. Invoked when the user has moved the mouse over the annotation. (Inherited from AnnotationView) | 
![]()  | OnMouseUp | Raises the MouseUp event. Invoked when the user has released the mouse over the annotation. (Inherited from AnnotationView) | 
![]()  | OnMouseWheel | Raises the MouseWheel event. Invoked when the mouse wheel moves while the annotation has focus. (Inherited from AnnotationView) | 
![]()  | OnStateChanged | Raises the StateChanged event. Invoked when the state of annotation is changed. (Inherited from AnnotationView) | 
![]()  | SetInteractionControllerProperties | Sets the properties of interaction controller according to the properties of annotation. (Inherited from AnnotationView) | 
![]()  | TransformFromContentSpaceToImageSpace | Transforms the matrix from the annotation's content space to the image space. (Inherited from AnnotationView) | 
| Name | Description | |
|---|---|---|
![]()  | Click | Occurs when the annotation is clicked. (Inherited from AnnotationView) | 
![]()  | DoubleClick | Occurs when the annotation is double-clicked. (Inherited from AnnotationView) | 
![]()  | Drawing | Occurs when the annotation is drawing. (Inherited from AnnotationView) | 
![]()  | Drawn | Occurs when the annotation is drawn. (Inherited from AnnotationView) | 
![]()  | InteractionControllerChanged | Occurs when interaction controller is changed. (Inherited from AnnotationView) | 
![]()  | InteractionControllerChanging | Occurs when interaction controller is changing. (Inherited from AnnotationView) | 
![]()  | MouseDown | Occurs when the mouse pointer is over the annotation and the mouse button is pressed. (Inherited from AnnotationView) | 
![]()  | MouseEnter | Occurs when the mouse pointer enters the annotation. (Inherited from AnnotationView) | 
![]()  | MouseLeave | Occurs when the mouse pointer leaves the annotation. (Inherited from AnnotationView) | 
![]()  | MouseMove | Occurs when the mouse pointer rests on the annotation. (Inherited from AnnotationView) | 
![]()  | MouseUp | Occurs when the mouse pointer is over the annotation and the mouse button is released. (Inherited from AnnotationView) | 
![]()  | MouseWheel | Occurs when the mouse wheel moves while the annotation has focus. (Inherited from AnnotationView) | 
![]()  | StateChanged | Occurs when the state of annotation is changed. (Inherited from AnnotationView) |