Click or drag to resize

WpfPolygonAnnotation Constructor (Point, AnnotationBrush, AnnotationPen, AnnotationBrush, Point)

Creates a new instance of WpfPolygonAnnotation 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 WpfPolygonAnnotation(
	Point[] points,
	AnnotationBrush fill,
	AnnotationPen outline,
	AnnotationBrush shadow,
	Point shadowOffset
)

Parameters

points
Type: System.WindowsPoint
The points for the polygon. This can be null (Nothing in VB).
fill
Type: Atalasoft.AnnotateAnnotationBrush
The brush used to fill the annotation. This can be null (Nothing in VB).
outline
Type: Atalasoft.AnnotateAnnotationPen
The pen used to render the outline of the annotation. This can be null (Nothing in VB).
shadow
Type: Atalasoft.AnnotateAnnotationBrush
The brush used for the annotation shadow. This can be null (Nothing in VB).
shadowOffset
Type: System.WindowsPoint
The offset for the shadow.
See Also