Click or drag to resize

PointGrips Constructor (PointF)

Creates a new instance of PointGrips specifying an array of points.

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 PointGrips(
	PointF[] points
)

Parameters

points
Type: System.DrawingPointF
An array of points that will be used to generate AnnotationGrip objects which are then added to the collection.
See Also