'Declaration Public Function New( _
ByVal interactiveObjectA point-based annotation.As IWpfPointBasedAnnotation, _
ByVal minPointCountMinimum count of points in annotation.As System.Int32, _
ByVal minLineLengthMinimum distance between neighbouring points.As Double _
)
public WpfPointBasedAnnotationFreehandBuilder(
IWpfPointBasedAnnotation interactiveObject,
System.Int32 minPointCount,
double minLineLength
)
public: WpfPointBasedAnnotationFreehandBuilder(
IWpfPointBasedAnnotation* interactiveObject,
System.Int32 minPointCount,
double minLineLength
)
public:
WpfPointBasedAnnotationFreehandBuilder(
IWpfPointBasedAnnotation^ interactiveObject,
System.Int32 minPointCount,
double minLineLength
)
Parameters
- interactiveObject
- A point-based annotation.
- minPointCount
- Minimum count of points in annotation.
- minLineLength
- Minimum distance between neighbouring points.