Click or drag to resize

WpfHotSpotAnnotation Constructor (Rect, AnnotationBrush, AnnotationPen, AnnotationBrush, AnnotationPen)

Creates a new instance of WpfHotSpotAnnotation 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 WpfHotSpotAnnotation(
	Rect rectangle,
	AnnotationBrush fill,
	AnnotationPen outline,
	AnnotationBrush activeFill,
	AnnotationPen activeOutline
)

Parameters

rectangle
Type: System.WindowsRect
The bounding rectangle for the annotation.
fill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to fill the annotation.
outline
Type: Atalasoft.AnnotateAnnotationPen
The pen used to render the annotation outline.
activeFill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to fill the annotation when its Active property is true.
activeOutline
Type: Atalasoft.AnnotateAnnotationPen
The pen used for render the outline when its Active property is true.
See Also