'Declaration Public Function New( _
ByVal interactiveObjectAn Ink annotation.As Vintasoft.Imaging.Annotation.UI.InkAnnotationView, _
ByVal minPointCountSpecifies minimum count of points in annotation.As System.Int32, _
ByVal minLineLengthSpecifies minimum distance between neighbouring points.As Single _
)
public PointBasedInkAnnotationBuilder(
Vintasoft.Imaging.Annotation.UI.InkAnnotationView interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
public: PointBasedInkAnnotationBuilder(
Vintasoft.Imaging.Annotation.UI.InkAnnotationView* interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
public:
PointBasedInkAnnotationBuilder(
Vintasoft.Imaging.Annotation.UI.InkAnnotationView^ interactiveObject,
System.Int32 minPointCount,
float minLineLength
)
Parameters
- interactiveObject
- An Ink annotation.
- minPointCount
- Specifies minimum count of points in annotation.
- minLineLength
- Specifies minimum distance between neighbouring points.