VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.UI.VisualTools.UserInteraction Namespace / PointBasedInkAnnotationBuilder Class / PointBasedInkAnnotationBuilder Constructor(InkAnnotationView,Int32,Single)
Syntax Requirements SeeAlso
In This Topic
    PointBasedInkAnnotationBuilder Constructor(InkAnnotationView,Int32,Single)
    In This Topic
    Initializes a new instance of the PointBasedInkAnnotationBuilder class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal interactiveObject
    An Ink annotation.
    As Vintasoft.Imaging.Annotation.UI.InkAnnotationView, _
    ByVal minPointCount
    Specifies minimum count of points in annotation.
    As System.Int32, _
    ByVal minLineLength
    Specifies minimum distance between neighbouring points.
    As Single _
    )

    Parameters

    interactiveObject
    An Ink annotation.
    minPointCount
    Specifies minimum count of points in annotation.
    minLineLength
    Specifies minimum distance between neighbouring points.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also