Click or drag to resize

WpfPointBaseAnnotation Constructor (Int32, Point)

Called by derived classes to specify the maximum number of points to allow during creation or a collection of points.

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
protected WpfPointBaseAnnotation(
	int maximumPointCount,
	Point[] points
)

Parameters

maximumPointCount
Type: SystemInt32
The maximum number of points to allow for this annotation during end-user creation. Pass 0 for an unlimited number of points.
points
Type: System.WindowsPoint
An array of points for this annotation. This argument can be null (Nothing in VB).
See Also