Click or drag to resize

PolygonAnnotation Constructor (IPdfColor, Double, IPdfColor, IEnumerablePdfPoint)

Initializes a new instance of the PolygonAnnotation class with the specified colors and points.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PolygonAnnotation(
	IPdfColor outlineColor,
	double linewidth,
	IPdfColor fillColor,
	IEnumerable<PdfPoint> points
)

Parameters

outlineColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the outline.
linewidth
Type: SystemDouble
The line width.
fillColor
Type: Atalasoft.PdfDoc.GeneratingIPdfColor
Color of the fill.
points
Type: System.Collections.GenericIEnumerablePdfPoint
The points.
See Also