AnnotationView Class Members
In This Topic
The following tables list the members exposed by
AnnotationView.
Protected Constructors
Public Properties
| Name | Description |
| Border | Gets or sets a value indicating whether the annotation border is visible. |
| Builder | Gets or sets a transformer used for building of annotation. |
| CanMirror | Gets or sets a value indicating whether the annotation can be mirrored. |
| CanMove | Gets or sets a value indicating whether the annotation can be moved. |
| CanResize | Gets or sets a value indicating whether the size of the annotation can be changed. |
| CanRotate | Gets or sets a value indicating whether the annotation can be rotated. |
| CanSelect | Gets or sets a value indicating whether the annotation can be selected. |
| ContextMenuStrip | Gets or sets the System.Windows.Forms.ContextMenuStrip associated with the annotation. |
| CreatedBy | Gets or sets information about the user who created the annotation. |
| CreationTime | Gets or sets the creation time of annotation. |
| Data | Gets the annotation data. |
| FillBrush | Gets or sets the background brush of annotation. |
| HorizontalMirrored | Gets or sets a value indicating whether the annotation is mirrored horizontally. |
| Intent | Gets or sets intent of the annotation. |
| InteractionController | Gets or sets an interaction controller of annotation view. |
| IsBuilding | Gets a value indicating whether the annotation is building. |
| IsDisposed | Gets a value indicating whether this annotation has been disposed of. |
| 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. |
| IsVisible | Gets or sets a value indicating whether the annotation is visible. |
| Location | Gets or sets the location, in device-independent pixels (1/96th inch), of annotation in the image space. |
| ModifiedBy | Gets or sets information about the user who modified the annotation. |
| ModifiedTime | Gets or sets the last time this annotation was modified. |
| Name | Gets or sets the name of annotation. |
| Outline | Gets or sets the style of the annotation's outline. |
| Rotation | Gets or sets the current amount of rotation, in degrees, for this annotation. |
| SelectionBrush | Gets or sets the System.Drawing.Brush that used for filling of annotation's selection. |
| SelectionPen | Gets or sets the System.Drawing.Pen that used for drawing of annotation's selection. |
| Size | Gets or sets the size, in device-independent pixels (1/96th inch), of the annotation. |
| ToolTip | Gets or sets the tooltip associated with the annotation. |
| Transformer | Gets or sets a transformer used for transforming (moving/resizing/rotating/...) of the annotation. |
| VerticalMirrored | Gets or sets a value indicating whether the annotation is mirrored vertically. |
Protected Properties
Public Methods
| Name | Description |
| Clone | Creates a new object that is a copy of the current instance. |
| Draw | Overloaded. Draws the annotation on the specified . |
| GetAuthorBoundingBox | Overloaded. Returns an author bounding box, in the image space, of annotation. |
| GetBoundingBox | Returns a bounding box, in the image space, of annotation. |
| GetDrawingBox | Returns a drawing box, in the image space, of annotation. |
| GetPointTransform | Returns a point transformation from annotation space (DIP) to the specified ImageViewer space. |
| GetSelectionAsGraphicsPath | Returns an annotation selection as System.Drawing.Drawing2D.GraphicsPath in the image space. |
| GetTransformFromContentSpace | Returns a matrix that transforms the annotation from the content space to the drawing surface space. |
| GetTransformFromContentToImageSpace | Returns the matrix that transforms the annotation from the content space to the image space. |
| IsPointOnFigure | Indicates whether the specified point is contained within the annotation. |
| ToString | Returns the string representation of this object. |
Protected Methods
Public Events
| Name | Description |
| Click | Occurs when the annotation is clicked. |
| DoubleClick | Occurs when the annotation is double-clicked. |
| Drawing | Occurs when the annotation is drawing. |
| Drawn | Occurs when the annotation is drawn. |
| InteractionControllerChanged | Occurs when interaction controller is changed. |
| InteractionControllerChanging | Occurs when interaction controller is changing. |
| MouseDown | Occurs when the mouse pointer is over the annotation and the mouse button is pressed. |
| MouseEnter | Occurs when the mouse pointer enters the annotation. |
| MouseLeave | Occurs when the mouse pointer leaves the annotation. |
| MouseMove | Occurs when the mouse pointer rests on the annotation. |
| MouseUp | Occurs when the mouse pointer is over the annotation and the mouse button is released. |
| MouseWheel | Occurs when the mouse wheel moves while the annotation has focus. |
| StateChanged | Occurs when the state of annotation is changed. |
See Also