Click or drag to resize

WpfEmbeddedImageAnnotation Class

This is an image annotation that will embed the image into the serialized XMP or WANG data.
Inheritance Hierarchy

Namespace:  Atalasoft.Annotate.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public class WpfEmbeddedImageAnnotation : WpfAnnotationUI, 
	IDisposable

The WpfEmbeddedImageAnnotation type exposes the following members.

Constructors
  NameDescription
Public methodWpfEmbeddedImageAnnotation
Creates a new instance of WpfEmbeddedImageAnnotation.
Public methodWpfEmbeddedImageAnnotation(EmbeddedImageData)
Creates a new instance of WpfEmbeddedImageAnnotation from an EmbeddedImageData object.
Public methodWpfEmbeddedImageAnnotation(AnnotationImage, Point, AnnotationBrush, Point)
Creates a new instance of WpfEmbeddedImageAnnotation specifying its properties.
Top
Properties
  NameDescription
Public propertyBounds
Gets the bounding rectangle of this annotation.
(Inherited from WpfAnnotationUI.)
Public propertyCanMirror
Gets or sets a value indicating whether the annotation can be mirrored by the end-user.
(Inherited from WpfAnnotationUI.)
Public propertyCanMove
Gets or sets a value indicating whether the annotation can be moved by the end-user.
(Inherited from WpfAnnotationUI.)
Public propertyCanResize
Gets or sets a value indicating whether the annotation can be resized by the end-user.
(Inherited from WpfAnnotationUI.)
Public propertyCanRotate
Gets or sets a value indicating whether the annotation can be rotated by the end-user.
(Inherited from WpfAnnotationUI.)
Public propertyCanSelect
Gets or sets a value indicating whether the annotation can be selected by the end-user.
(Inherited from WpfAnnotationUI.)
Public propertyCanvas
Gets the WpfAnnotationCanvas class hosting this annotation.
(Inherited from WpfAnnotationUI.)
Public propertyCenterOfRotation
Gets the point used as center of rotation for the annotation.
(Inherited from WpfAnnotationUI.)
Public propertyChildElement
Gets the child UIElement of the annotation, if any.
(Inherited from WpfAnnotationUI.)
Public propertyCreationTime
Gets or sets the creation time of the annotation.
(Inherited from WpfAnnotationUI.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyExtraProperties
Gets the annotation extra properties dictionary.
(Inherited from WpfAnnotationUI.)
Public propertyGeometry
Gets a Geometry representing the annotation.
(Inherited from WpfAnnotationUI.)
Public propertyGrips
Gets the grips for this annotation.
(Inherited from WpfAnnotationUI.)
Public propertyImage
Gets or sets the image for the annotation.
Public propertyIsGrouped
Gets a value indicating whether the annotation is being hosted within a group.
(Inherited from WpfAnnotationUI.)
Public propertyIsMirroredHorizontally
Gets a value indicating whether the annotation is mirrored horizontally.
(Inherited from WpfAnnotationUI.)
Public propertyIsMirroredVertically
Gets a value indicating whether the annotation is mirrored vertically.
(Inherited from WpfAnnotationUI.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyIsVisible
Gets or sets a value indicating whether the annotation is visible.
(Inherited from WpfAnnotationUI.)
Public propertyLocation
Gets or sets the location of the annotation in document space.
(Inherited from WpfAnnotationUI.)
Public propertyModifiedTime
Gets or sets the last time the annotation was modified.
(Inherited from WpfAnnotationUI.)
Public propertyName
Gets or sets the name for the annotation.
(Inherited from WpfAnnotationUI.)
Public propertyParentLayer
Gets the parent layer of this annotation, if any.
(Inherited from WpfAnnotationUI.)
Public propertyRenderedBounds
Gets the bounding rectangle of the annotation including any transformations applied for rendering.
(Inherited from WpfAnnotationUI.)
Public propertyRenderTransform
Gets the transform used when rendering the annotation.
(Inherited from WpfAnnotationUI.)
Public propertyRotation
Gets or sets the amount of rotation applied to the annotation.
(Inherited from WpfAnnotationUI.)
Public propertySecurity
Gets or sets the security for the annotation.
(Inherited from WpfAnnotationUI.)
Public propertySelected
Gets or sets a value indicating whether the annotation is selected.
(Inherited from WpfAnnotationUI.)
Public propertyShadow
Gets or sets the brush used for the annotation shadow.
Public propertyShadowOffset
Gets or sets the offset used to position the shadow.
Public propertySize
Gets or sets the size of the annotation.
(Inherited from WpfAnnotationUI.)
Public propertySource
Gets the BitmapSource for the annotation image.
Public propertyState
Gets or sets the annotation state.
(Inherited from WpfAnnotationUI.)
Public propertySupportsMultiClickCreation
Gets a value indicating whether the annotation supports being created from multiple mouse clicks.
(Inherited from WpfAnnotationUI.)
Public propertyToolTip
Gets or sets a tooltip to use for the annotation.
(Inherited from WpfAnnotationUI.)
Public propertyUserHasCreated
Gets a value indicating if the annotation was end-user created or added directly to a layer.
(Inherited from WpfAnnotationUI.)
Public propertyUserName
Gets or sets the username for this annotation.
(Inherited from WpfAnnotationUI.)
Protected propertyVisualBitmapEffect Obsolete.
Gets or sets the BitmapEffect value for the Visual.
(Inherited from Visual.)
Protected propertyVisualBitmapEffectInput Obsolete.
Gets or sets the BitmapEffectInput value for the Visual.
(Inherited from Visual.)
Protected propertyVisualBitmapScalingMode
Gets or sets the BitmapScalingMode for the Visual.
(Inherited from Visual.)
Protected propertyVisualCacheMode
Gets or sets a cached representation of the Visual.
(Inherited from Visual.)
Protected propertyVisualChildrenCount
Gets the number of child elements for the Visual.
(Inherited from Visual.)
Protected propertyVisualClearTypeHint
Gets or sets the ClearTypeHint that determines how ClearType is rendered in the Visual.
(Inherited from Visual.)
Protected propertyVisualClip
Gets or sets the clip region of the Visual as a Geometry value.
(Inherited from Visual.)
Protected propertyVisualEdgeMode
Gets or sets the edge mode of the Visual as an EdgeMode value.
(Inherited from Visual.)
Protected propertyVisualEffect
Gets or sets the bitmap effect to apply to the Visual.
(Inherited from Visual.)
Protected propertyVisualOffset
Gets or sets the offset value of the visual object.
(Inherited from Visual.)
Protected propertyVisualOpacity
Gets or sets the opacity of the Visual.
(Inherited from Visual.)
Protected propertyVisualOpacityMask
Gets or sets the Brush value that represents the opacity mask of the Visual.
(Inherited from Visual.)
Protected propertyVisualParent
Gets the visual tree parent of the visual object.
(Inherited from Visual.)
Protected propertyVisualScrollableAreaClip
Gets or sets a clipped scrollable area for the Visual.
(Inherited from Visual.)
Protected propertyVisualTextHintingMode
Gets or sets the TextHintingMode of the Visual.
(Inherited from Visual.)
Protected propertyVisualTextRenderingMode
Gets or sets the TextRenderingMode of the Visual.
(Inherited from Visual.)
Protected propertyVisualTransform
Gets or sets the Transform value for the Visual.
(Inherited from Visual.)
Protected propertyVisualXSnappingGuidelines
Gets or sets the x-coordinate (vertical) guideline collection.
(Inherited from Visual.)
Protected propertyVisualYSnappingGuidelines
Gets or sets the y-coordinate (horizontal) guideline collection.
(Inherited from Visual.)
Top
Methods
  NameDescription
Protected methodAddVisualChild
Defines the parent-child relationship between two visuals.
(Inherited from Visual.)
Public methodAttachGrips
This method is called by the WpfAnnotationCanvas to ask the annotation for Grip creation.
(Inherited from WpfAnnotationUI.)
Protected methodAttachGripsOverride
Called when the annotation grips need to be created.
(Inherited from WpfAnnotationUI.)
Protected methodCalculateGeometry
Calculates the geometry of the annotation with the specified parameters.
(Inherited from WpfAnnotationUI.)
Public methodCheckAccess
Determines whether the calling thread has access to this DispatcherObject.
(Inherited from DispatcherObject.)
Public methodClearValue(DependencyProperty)
Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
(Inherited from DependencyObject.)
Public methodClearValue(DependencyPropertyKey)
Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
(Inherited from DependencyObject.)
Public methodClone
Creates a copy of the anotation.
(Inherited from WpfAnnotationUI.)
Protected methodCloneOverride
Derived classes must override this method and return a copy of itself.
(Overrides WpfAnnotationUICloneOverride(WpfAnnotationUI).)
Public methodCoerceValue
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
(Inherited from DependencyObject.)
Public methodCreateDataSnapshot
This method creates an AnnotationData copy of this annotation for serialization.
(Inherited from WpfAnnotationUI.)
Protected methodCreateDataSnapshotOverride
This method is used to serialize the annotation.
(Overrides WpfAnnotationUICreateDataSnapshotOverride.)
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases unmanaged and - optionally - managed resources
Public methodEquals
Determines whether a provided DependencyObject is equivalent to the current DependencyObject.
(Inherited from DependencyObject.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the WpfEmbeddedImageAnnotation is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Public methodFindCommonVisualAncestor
Returns the common ancestor of two visual objects.
(Inherited from Visual.)
Public methodGetHashCode
Gets a hash code for this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetLocalValueEnumerator
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
(Inherited from DependencyObject.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the current effective value of a dependency property on this instance of a DependencyObject.
(Inherited from DependencyObject.)
Protected methodGetVisualChild
Returns the specified Visual in the parent VisualCollection.
(Inherited from Visual.)
Public methodHitTest
This method will determine whether the specified point is on the annotation.
(Inherited from WpfAnnotationUI.)
Protected methodHitTestCore(PointHitTestParameters)
Determines whether a point coordinate value is within the bounds of the visual object.
(Inherited from WpfAnnotationUI.)
Protected methodHitTestCore(GeometryHitTestParameters)
Determines whether a geometry value is within the bounds of the visual object.
(Inherited from Visual.)
Public methodInvalidateProperty
Re-evaluates the effective value for the specified dependency property
(Inherited from DependencyObject.)
Protected methodInvalidateVisual
Forces the annotation to redraw itself.
(Inherited from WpfAnnotationUI.)
Public methodIsAncestorOf
Determines whether the visual object is an ancestor of the descendant visual object.
(Inherited from Visual.)
Public methodIsDescendantOf
Determines whether the visual object is a descendant of the ancestor visual object.
(Inherited from Visual.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMirror
Mirrors the annotation in the specified direction.
(Inherited from WpfAnnotationUI.)
Protected methodOnAnnotationBrushChanged
Called when the FillProperty has changed.
(Inherited from WpfAnnotationUI.)
Protected methodOnAnnotationCreated
Called after the annotation has been created.
(Inherited from WpfAnnotationUI.)
Protected methodOnAnnotationFontChanged
Called when the FontProperty has changed.
(Inherited from WpfAnnotationUI.)
Protected methodOnAnnotationPenChanged
Called when the OutlineProperty has changed.
(Inherited from WpfAnnotationUI.)
Protected methodOnCanvasChanged
Called when the Canvas property has changed.
(Inherited from WpfAnnotationUI.)
Protected methodOnGripPositionChanged
Called when a grip for the annotation has moved.
(Inherited from WpfAnnotationUI.)
Protected methodOnMouseDown
Called when a MouseDown event has been raised for the annotation.
(Inherited from WpfAnnotationUI.)
Protected methodOnMouseMove
Called when a MouseMove event has been raised for the annotation.
(Inherited from WpfAnnotationUI.)
Protected methodOnMouseUp
Called when a MouseUp event has been raised for the annotation.
(Inherited from WpfAnnotationUI.)
Protected methodOnPropertyChanged
Invoked whenever the effective value of any dependency property on this DependencyObject has been updated. The specific dependency property that changed is reported in the event data.
(Inherited from WpfAnnotationUI.)
Protected methodOnRotateDocument
Called when the document has been rotated.
(Inherited from WpfAnnotationUI.)
Protected methodOnSelectedChanged
Called when the Selected property has been changed.
(Inherited from WpfAnnotationUI.)
Protected methodOnVisualChildrenChanged
Called when the VisualCollection of the visual object is modified.
(Inherited from Visual.)
Protected methodOnVisualParentChanged
Called when the parent of the visual object is changed.
(Inherited from Visual.)
Protected methodOperationRequest
Called when a request operation has been raised on the annotation.
(Inherited from WpfAnnotationUI.)
Public methodPointFromScreen
Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.
(Inherited from Visual.)
Public methodPointToScreen
Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.
(Inherited from Visual.)
Public methodPredetermineRenderBounds
This method is used to calculate the expected render bounds of an annotation if its rotation was changed.
(Inherited from WpfAnnotationUI.)
Public methodRaiseEvent
This method is used to force an event in the annotation.
(Inherited from WpfAnnotationUI.)
Public methodReadLocalValue
Returns the local value of a dependency property, if it exists.
(Inherited from DependencyObject.)
Public methodRemove
This method will remove the annotation from its parent layer.
(Inherited from WpfAnnotationUI.)
Protected methodRemoveVisualChild
Removes the parent-child relationship between two visuals.
(Inherited from Visual.)
Protected methodReplaceGrips
Call this method to replace the current annotation grips with new grips.
(Inherited from WpfAnnotationUI.)
Public methodResetMirrorVariables
This method will reset the internal Matrix used for mirroring.
(Inherited from WpfAnnotationUI.)
Public methodRotate
This method will append a rotation to the annotation's current rotation.
(Inherited from WpfAnnotationUI.)
Public methodSetCurrentValue
Sets the value of a dependency property without changing its value source.
(Inherited from DependencyObject.)
Public methodSetTransparency
Sets the alpha values for the Fill and Outline of the annotation.
(Inherited from WpfAnnotationUI.)
Protected methodSetUserHasCreated
Derived class should call this method to indicate that their creation process has completed.
(Inherited from WpfAnnotationUI.)
Public methodSetValue(DependencyProperty, Object)
Sets the local value of a dependency property, specified by its dependency property identifier.
(Inherited from DependencyObject.)
Public methodSetValue(DependencyPropertyKey, Object)
Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.
(Inherited from DependencyObject.)
Protected methodShouldSerializeProperty
Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.
(Inherited from DependencyObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTransformToAncestor(Visual)
Returns a transform that can be used to transform coordinates from the Visual to the specified Visual ancestor of the visual object.
(Inherited from Visual.)
Public methodTransformToAncestor(Visual3D)
Returns a transform that can be used to transform coordinates from the Visual to the specified Visual3D ancestor of the visual object.
(Inherited from Visual.)
Public methodTransformToDescendant
Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant.
(Inherited from Visual.)
Public methodTransformToVisual
Returns a transform that can be used to transform coordinates from the Visual to the specified visual object.
(Inherited from Visual.)
Public methodVerifyAccess
Enforces that the calling thread has access to this DispatcherObject.
(Inherited from DispatcherObject.)
Top
Events
  NameDescription
Public eventMouseDown
Event is raised when the left mouse button transitions from up to down while the cursor is over the annotation.
(Inherited from WpfAnnotationUI.)
Public eventMouseUp
Event is raised when the left mouse button transitions from down to up while the cursor is over the annotation.
(Inherited from WpfAnnotationUI.)
Public eventPropertyChanged
This event is raised when a property of the annotation has changed.
(Inherited from WpfAnnotationUI.)
Top
See Also