Name | Description | |
---|---|---|
![]() | PolygonAnnotationView | Initializes a new instance of the PolygonAnnotationView class. |
Name | Description | |
---|---|---|
![]() | PolygonAnnotationView | Initializes a new instance of the PolygonAnnotationView class. |
Name | Description | |
---|---|---|
![]() | BlendingMode | Gets or sets the blending mode of the annotation. (Inherited from LineAnnotationViewBase) |
![]() | 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) |
![]() | GripMode | Gets or sets the grip mode of annotation. (Inherited from LineAnnotationViewBase) |
![]() | 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) |
![]() | IsReadyForDrawing | Gets a value indicating whether this annotation is ready for drawing, for example, line annotation has points. (Inherited from LineAnnotationViewBase) |
![]() | 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) |
![]() | LineStyle | Gets or sets the style of line. (Inherited from LinesAnnotationView) |
![]() | LineStylePatternSize | Gets or sets the size of the line style pattern. (Inherited from LinesAnnotationView) |
![]() | 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) |
![]() | Points | Gets a AnnotationPointCollection containing the points of annotation. (Inherited from LineAnnotationViewBase) |
![]() | PointTransformer | Gets or sets a transformer used for transforming of points of the annotation when GripMode is set to GripMode.Points. (Inherited from LineAnnotationViewBase) |
![]() | RectangularTransformer | Gets or sets a transformer used for transforming of points of the annotation when GripMode is set to GripMode.Rectangular. (Inherited from LineAnnotationViewBase) |
![]() | 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. (Inherited from AnnotationView) |
![]() | 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) |
![]() | UseBoundingBoxAsMoveArea | Gets or sets a value indicating whether transformer must use the move area with contour, which is equal to the contour of annotation's bounding box. (Inherited from LineAnnotationViewBase) |
![]() | UseInterpolation | Gets or sets a value indicating whether lines of annotation must be drawn with interpolation. (Inherited from LinesAnnotationView) |
![]() | 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) |
![]() | IsClosedFigure | Gets a value indicating whether lines of annotation are closed. |
![]() | 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 PolygonAnnotationView instance. |
![]() | Dispose | Overloaded. Releases all resources used by this |
![]() | Draw | Overloaded. Draws the annotation on the specified |
![]() | GetAuthorBoundingBox | Overloaded. Returns an author bounding box, in the image space, of annotation. (Inherited from LinesAnnotationView) |
![]() | GetBoundingBox | Returns a bounding box, in the image space, of annotation. (Inherited from AnnotationView) |
![]() | GetDrawingBox | Returns a drawing box, in the image space, of annotation. (Inherited from AnnotationView) |
![]() | 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 | Indicates whether the specified point is contained within the annotation. |
![]() | ToString | Returns the string representation of this object. (Inherited from AnnotationView) |
Name | Description | |
---|---|---|
![]() | DrawInContentSpace | Draws the annotation on the System.Drawing.Graphics in the coordinate space of annotation. (Inherited from AnnotationView) |
![]() | 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 LineAnnotationViewBase) |
![]() | 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) |