Click or drag to resize

WpfEmbeddedImageAnnotation Constructor (AnnotationImage, Point, AnnotationBrush, Point)

Creates a new instance of WpfEmbeddedImageAnnotation specifying its properties.

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 WpfEmbeddedImageAnnotation(
	AnnotationImage image,
	Point location,
	AnnotationBrush shadow,
	Point shadowOffset
)

Parameters

image
Type: Atalasoft.AnnotateAnnotationImage
The image for the annotation.
location
Type: System.WindowsPoint
The location of the annotation.
shadow
Type: Atalasoft.AnnotateAnnotationBrush
The brush used for the annotation shadow. This can be null (Nothing in VB).
shadowOffset
Type: System.WindowsPoint
The offset of the shadow.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the image argument is null (Nothing in VB).
See Also