Click or drag to resize

PointFCollection Constructor (PointF)

Creates a new instance of PointFCollection specifying the initial points.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PointFCollection(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
The initial points for this collection.
Exceptions
ExceptionCondition
Thrown if the points parameter is null or contains no items.
See Also