Click or drag to resize

PolygonAnnotation Constructor (AnnotationPen, AnnotationBrush)

Creates a new instance of PolygonAnnotation specifying the outline and fill.

Namespace:  Atalasoft.Annotate.UI
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PolygonAnnotation(
	AnnotationPen outline,
	AnnotationBrush fill
)

Parameters

outline
Type: Atalasoft.AnnotateAnnotationPen
The AnnotationPen used to draw the outline of the annotation.
fill
Type: Atalasoft.AnnotateAnnotationBrush
The AnnotationBrush used to fill the annotation.
See Also