Click or drag to resize

LayerAnnotation Class

A LayerAnnotation is a collection of other annotations, including other LayerAnnotation objects.
Inheritance Hierarchy

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[SerializableAttribute]
public class LayerAnnotation : AnnotationUI, 
	IDisposable, IDeserializationCallback

The LayerAnnotation type exposes the following members.

Constructors
  NameDescription
Public methodLayerAnnotation
Creates a new instance of LayerAnnotation.
Public methodLayerAnnotation(AnnotationUICollection)
Creates a new instance of LayerAnnotation specifying an AnnotationUICollection for this layer.
Public methodLayerAnnotation(LayerData)
Creates a new instance of LayerAnnotation specifying the LayerData for this annotation.
Public methodLayerAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of LayerAnnotation from serialized information.
Top
Properties
  NameDescription
Public propertyBounds (Overrides AnnotationUIBounds.)
Public propertyCanMirror
Gets or sets a value indicating whether can mirror.
(Inherited from AnnotationUI.)
Public propertyCanMove
Gets or sets a value indicating whether can move.
(Inherited from AnnotationUI.)
Public propertyCanResize
Gets or sets a value indicating whether can resize.
(Inherited from AnnotationUI.)
Public propertyCanRotate
Gets or sets a value indicating whether can rotate.
(Inherited from AnnotationUI.)
Public propertyCanSelect
Gets or sets a value indicating whether can select.
(Inherited from AnnotationUI.)
Public propertyContextMenu
Gets or sets a ContextMenu object that will be displayed when the user right-clicks on the annotation.
(Inherited from AnnotationUI.)
Public propertyContextMenuStrip
Gets or sets a ContextMenuStrip object that will be displayed when the user right-clicks on the annotation.
(Inherited from AnnotationUI.)
Public propertyController
Gets the AnnotationController for this annotation.
(Inherited from AnnotationUI.)
Public propertyCreationTime
Gets or sets the creation time.
(Inherited from AnnotationUI.)
Public propertyData
Gets the AnnotationData object associated with this annotation.
(Inherited from AnnotationUI.)
Public propertyGrips
Gets the grips used for the annotation.
(Inherited from AnnotationUI.)
Public propertyGroupAnnotation
Gets or sets a value indicating whether the annotations in this layer are acting as a single group.
Public propertyHitTestRectangle
Gets a rectangle used for hit testing or RectangleF.Empty to use the default hit testing method.
(Inherited from AnnotationUI.)
Public propertyItems
Gets an AnnotationUICollection for this layer.
Public propertyLocation
Gets or sets the location of the annotation in document space.
(Inherited from AnnotationUI.)
Public propertyModifiedTime
Gets or sets the modification time.
(Inherited from AnnotationUI.)
Public propertyName
Gets or sets the name.
(Inherited from AnnotationUI.)
Public propertyParentLayer
Gets or sets the LayerAnnotation that contains this annotation.
(Inherited from AnnotationUI.)
Public propertyRotation
Gets or sets the rotation.
(Inherited from AnnotationUI.)
Public propertySecurity
Gets or sets the security.
(Inherited from AnnotationUI.)
Public propertySelected
Gets or sets a value indicating whether this annotation the selected.
(Inherited from AnnotationUI.)
Public propertySize
Gets or sets the size of the annotation.
(Inherited from AnnotationUI.)
Public propertyState
Gets or sets the current state of the annotation.
(Inherited from AnnotationUI.)
Public propertyToolTip
Gets or sets the tool tip.
(Inherited from AnnotationUI.)
Public propertyTransform
Gets or sets the transform.
(Inherited from AnnotationUI.)
Public propertyUserName
Gets or sets the name of the user.
(Inherited from AnnotationUI.)
Public propertyVisible
Gets or sets a value indicating whether the annotation is visible.
(Inherited from AnnotationUI.)
Top
Methods
  NameDescription
Protected methodCode exampleAddGripsToRegion
Adds the annotation grips to a region. The grips are added in annotation space.
(Inherited from AnnotationUI.)
Protected methodCode exampleApplyRegionTransform
Use this method to convert a region from annotation space to document or view space.
(Inherited from AnnotationUI.)
Public methodBeginCreate
This method is called by the AnnotationController when the user is beginning to create this annotation using the mouse.
(Inherited from AnnotationUI.)
Public methodClone
Creates a copy of this annotation.
(Overrides AnnotationUIClone.)
Public methodCreateAnnotationUIObjects
Use this method to force the LayerAnnotation to create AnnotationUI objects for its AnnotationData objects after deserialization or after using the constructor taking a LayerData.
Protected methodCreateRenderTransform
Returns the Matrix used by the renderer to transform the annotation.
(Inherited from AnnotationUI.)
Public methodDispose
Disposes this layer and all items it contains.
Protected methodDispose(Boolean)
Releases resources used by the layer and its contained annotations.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Finalizes an instance of the LayerAnnotation class.
(Overrides ObjectFinalize.)
Public methodGetConfinedGripPosition
Gets the confined grip position.
(Inherited from AnnotationUI.)
Public methodGetConfinedLocation(RectangleF, PointF)
Returns the new confined location of the annotation when a confinement bounds and new location offset are provided.
(Inherited from AnnotationUI.)
Protected methodGetConfinedLocation(RectangleF, RectangleF, PointF)

Returns the new confined location of the annotation when the annotation bounds, a confinement bounds and new location offset are provided.

This overload is useful when only a portion of the annotation bounds should be taken into account for this calculation.

(Inherited from AnnotationUI.)
Public methodGetConfinedRotation
Gets the confined rotation.
(Inherited from AnnotationUI.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Fills a SerializationInfo object with information about this layer.
(Overrides AnnotationUIGetObjectData(SerializationInfo, StreamingContext).)
Protected methodGetOnePixel
Returns the equivalent of 1 pixel in resolution units.
(Inherited from AnnotationUI.)
Public methodGetRegion
Gets the combined region for all annotations contained in this layer.
(Overrides AnnotationUIGetRegion(AnnotateSpace).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetViewerParameters
This method is used to get information about the viewer where the annotations are rendered, including resolution, zoom (scale) level and scrollbar position.
(Inherited from AnnotationUI.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMirror
Mirrors (flips) the annotation horizontally or vertically.
(Inherited from AnnotationUI.)
Protected methodOnAnnotationControllerNotification (Overrides AnnotationUIOnAnnotationControllerNotification(AnnotationControllerNotificationEventArgs).)
Protected methodOnChildAnnotationPropertyChanged
Called when a property of a child annotation has changed.
Protected methodOnClick
Called when the user has clicked on the annotation.
(Inherited from AnnotationUI.)
Protected methodOnControllerChanged (Overrides AnnotationUIOnControllerChanged(EventArgs).)
Public methodOnDeserialization
Called when a formatter is finished deserializing the LayerAnnotation.
Protected methodOnDoubleClick
Called when the annotation is double-clicked.
(Inherited from AnnotationUI.)
Protected methodOnGripPositionChanged
Called when a grip of the annotation has been moved by the user using the mouse.
(Inherited from AnnotationUI.)
Protected methodOnMirror
Called when the grips of an annotation have been dragged past the opposite grip.
(Inherited from AnnotationUI.)
Protected methodOnMouseDown
Called when the user clicks down on the annotation.
(Inherited from AnnotationUI.)
Protected methodOnMouseEnter
Called when the mouse is moved into the annotation region.
(Inherited from AnnotationUI.)
Protected methodOnMouseExit
Called when the mouse is moved out of the annotation region.
(Inherited from AnnotationUI.)
Protected methodOnMouseMove
Called when the user has moved the mouse over the annotation.
(Inherited from AnnotationUI.)
Protected methodOnMouseUp
Called when the user has released the mouse over the annotation.
(Inherited from AnnotationUI.)
Protected methodOnMoved
Called when a move to a new location has completed.
(Inherited from AnnotationUI.)
Protected methodOnMoving (Overrides AnnotationUIOnMoving(AnnotationLocationChangedEventArgs).)
Protected methodOnPropertyChanged
Called when a property value has changed and raises the PropertyChanged event.
(Inherited from AnnotationUI.)
Protected methodOnPropertyChanging (Overrides AnnotationUIOnPropertyChanging(AnnotationPropertyChangingEventArgs).)
Protected methodOnResized
Called when a resize on the annotation has completed.
(Inherited from AnnotationUI.)
Protected methodOnResizing (Overrides AnnotationUIOnResizing(EventArgs).)
Protected methodOnRotate
Called when the Rotate(Single) method is called on the annotation.
(Inherited from AnnotationUI.)
Protected methodOnRotated
Called when the annotation has been rotated by the user.
(Inherited from AnnotationUI.)
Protected methodOnRotateDocument
Called when the RotateDocument(DocumentRotation, Int32) method is used.
(Inherited from AnnotationUI.)
Protected methodOnRotating
Called while an annotation is being rotated by the user.
(Inherited from AnnotationUI.)
Protected methodOnScrollPositionChanged
Called when the IAnnotate. Transform indicates a change in its offset (scroll position).
(Inherited from AnnotationUI.)
Protected methodOnSelectedChanged
Called when the Selected property of the annotation has changed.
(Inherited from AnnotationUI.)
Protected methodOnSizeChanged
Called when the Size property of the annotation has changed.
(Inherited from AnnotationUI.)
Public methodRaiseClickEvent
Use this method to force a Click event on the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseDoubleClickEvent
Use this method to force a DoubleClick event on the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseGripPositionChangedEvent
Use this method to force a GripPositionChanged event on the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseMouseDownEvent
Use this method to force a MouseDown event on the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseMouseEnterEvent
Use to force the MouseEnter event for the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseMouseExitEvent
Use to force a MouseExit event on the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseMouseMoveEvent
Use this method to force a MouseMove event on the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseMouseUpEvent
Use this method to force a MouseUp event on the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseMovedEvent
Use this method to force a Moved event on the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseMovingEvent
Use this method to force a Moving event on the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseOnRotateDocument
Use this method to force the OnRotateDocument(DocumentRotation) method to be called.
(Inherited from AnnotationUI.)
Public methodRaiseResizedEvent
Use this method to force a Resized event on the annotation.
(Inherited from AnnotationUI.)
Public methodRaiseRotatedEvent
This method invokes the Rotated event.
(Inherited from AnnotationUI.)
Public methodRaiseScrollPositionChangedEvent
Use this method to force the OnScrollPositionChanged(ScrollPositionChangedEventArgs) method to be called.
(Inherited from AnnotationUI.)
Public methodRemove
Forces the annotation to remove itself from its parent layer.
(Inherited from AnnotationUI.)
Public methodRotate
Rotates the annotation by the specified number of degrees.
(Inherited from AnnotationUI.)
Protected methodSetGrips
Sets the grips used by the annotation.
(Inherited from AnnotationUI.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTransformRectangle
Applies the render transformation matrix to a rectangle.
(Inherited from AnnotationUI.)
Top
Events
  NameDescription
Public eventAnnotationControllerNotification
Raised after a property value has been changed.
(Inherited from AnnotationUI.)
Public eventChildAnnotationPropertyChanged
This event is raised when a property of an annotation contained in the layer has been changed.
Public eventClick
Raised when the annotation has been clicked with the mouse.
(Inherited from AnnotationUI.)
Public eventDoubleClick
Raised when the annotation has been double-clicked with the mouse.
(Inherited from AnnotationUI.)
Public eventGripPositionChanged
Raised when a grip for the annotation has been moved.
(Inherited from AnnotationUI.)
Public eventMouseDown
Raised when a mouse button is pressed while on top of the annotation.
(Inherited from AnnotationUI.)
Public eventMouseEnter
Raised when the mouse enters the annotation region.
(Inherited from AnnotationUI.)
Public eventMouseExit
Raised when the mouse exists the annotation region.
(Inherited from AnnotationUI.)
Public eventMouseMove
Raised when the mouse is moved over the annotation.
(Inherited from AnnotationUI.)
Public eventMouseUp
Raised when the mouse button is released from an annotation.
(Inherited from AnnotationUI.)
Public eventMoved
Raised when the annotation has been moved.
(Inherited from AnnotationUI.)
Public eventMoving
Raised while the annotation is being moved.
(Inherited from AnnotationUI.)
Public eventPropertyChanged
Raised when a property value has changed.
(Inherited from AnnotationUI.)
Public eventPropertyChanging
Raised when a property of the annotation or AnnotationData is going to be changed.
(Inherited from AnnotationUI.)
Public eventResized
Raised when the annotation has been resized.
(Inherited from AnnotationUI.)
Public eventResizing
Raised while the annotation is being resized.
(Inherited from AnnotationUI.)
Public eventRotated
Raised after the annotation has been rotated by the user.
(Inherited from AnnotationUI.)
Public eventRotating
Raise while an annotation is being rotated.
(Inherited from AnnotationUI.)
Public eventSelectedChanged
Raised when the Selected property changes.
(Inherited from AnnotationUI.)
Top
Remarks
The LayerAnnotation can be used as a 'group' by setting its GroupAnnotation property to true. This will allow all of the annotations it contains to be moved and resized as a single unit.
See Also