Click or drag to resize

WpfPointBaseAnnotation Constructor (Int32, PointBaseData)

Called by derived classes to create an instance from annotation data. This constructor is used when deserializing annotation data.

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,
	PointBaseData data
)

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.
data
Type: Atalasoft.AnnotatePointBaseData
The PointBaseData class containing property information for this annotation.
See Also