Click or drag to resize

PointBaseAnnotation Methods

The PointBaseAnnotation type exposes the following members.

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.
(Overrides AnnotationUIBeginCreate.)
Public methodClone
Creates a copy of this annotation.
(Inherited from AnnotationUI.)
Protected methodCreateRenderTransform
Returns the Matrix used by the renderer to transform the annotation.
(Inherited from AnnotationUI.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
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.
(Overrides AnnotationUIGetConfinedLocation(RectangleF, PointF).)
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.
(Overrides AnnotationUIGetConfinedRotation(RectangleF, Single).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
Fills a SerializationInfo object with information about this annotation.
(Overrides AnnotationUIGetObjectData(SerializationInfo, StreamingContext).)
Protected methodGetOnePixel
Returns the equivalent of 1 pixel in resolution units.
(Inherited from AnnotationUI.)
Public methodCode exampleGetRegion
Returns a rectangular region for this annotation, including its grips if selected.
(Inherited from AnnotationUI.)
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
Called after a property of the annotation or related AnnotationData has been modified.
(Overrides AnnotationUIOnAnnotationControllerNotification(AnnotationControllerNotificationEventArgs).)
Protected methodOnClick
Called when the user has clicked on the annotation.
(Inherited from AnnotationUI.)
Protected methodOnControllerChanged
Called when the Controller property has changed.
(Inherited from AnnotationUI.)
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.
(Overrides AnnotationUIOnGripPositionChanged(AnnotationGripChangedEventArgs).)
Protected methodOnMirror
Called when the grips of an annotation have been dragged past the opposite grip.
(Overrides AnnotationUIOnMirror(MirrorDirection, Boolean).)
Protected methodOnMouseDown
Called when the user clicks down on the annotation.
(Overrides AnnotationUIOnMouseDown(AnnotationMouseEventArgs).)
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.
(Overrides AnnotationUIOnMouseMove(AnnotationMouseEventArgs).)
Protected methodOnMouseUp
Called when the user has released the mouse over the annotation.
(Overrides AnnotationUIOnMouseUp(AnnotationMouseEventArgs).)
Protected methodOnMoved
Called when a move to a new location has completed.
(Inherited from AnnotationUI.)
Protected methodOnMoving
Called while an annotation is being moved by the user.
(Overrides AnnotationUIOnMoving(AnnotationLocationChangedEventArgs).)
Protected methodOnPropertyChanged
Called when a property value has changed and raises the PropertyChanged event.
(Inherited from AnnotationUI.)
Protected methodOnPropertyChanging
Called when a property of the annotation or AnnotationData is about to be changed.
(Inherited from AnnotationUI.)
Protected methodOnResized
Called when a resize on the annotation has completed.
(Overrides AnnotationUIOnResized(EventArgs).)
Protected methodOnResizing
Called while the annotation is being resized by the user.
(Inherited from AnnotationUI.)
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
See Also