'Declaration Public Function New( _
ByVal interactiveObjectA point-based annotation.As Vintasoft.Imaging.Annotation.Wpf.UI.WpfInkAnnotationView, _
ByVal minPointCountSpecifies minimum count of points in annotation.As System.Int32, _
ByVal minLineLengthSpecifies minimum distance between neighbouring points.As Single _
)
public WpfPointBasedInkAnnotationBuilder(
Vintasoft.Imaging.Annotation.Wpf.UI.WpfInkAnnotationView interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
public: WpfPointBasedInkAnnotationBuilder(
Vintasoft.Imaging.Annotation.Wpf.UI.WpfInkAnnotationView* interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
public:
WpfPointBasedInkAnnotationBuilder(
Vintasoft.Imaging.Annotation.Wpf.UI.WpfInkAnnotationView^ interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
Parameters
- interactiveObject
- A point-based annotation.
- minPointCount
- Specifies minimum count of points in annotation.
- minLineLength
- Specifies minimum distance between neighbouring points.