Click or drag to resize

WpfHotSpotAnnotation Constructor (AnnotationBrush, AnnotationPen)

Creates a new intance of WpfHotSpotAnnotation specifying its fill and outline.

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(
	AnnotationBrush fill,
	AnnotationPen outline
)

Parameters

fill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to fill the annotation.
outline
Type: Atalasoft.AnnotateAnnotationPen
The pen used to render the annotation outline.
See Also