VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Annotation.Wpf.UI.VisualTools.UserInteraction Namespace / WpfPointBasedAnnotationFreehandBuilder Class / WpfPointBasedAnnotationFreehandBuilder Constructor(IWpfPointBasedAnnotation,Int32,Double)
Синтаксис Требования Смотрите также
В этом разделе
    WpfPointBasedAnnotationFreehandBuilder Constructor(IWpfPointBasedAnnotation,Int32,Double)
    В этом разделе
    Инициализирует новый экземпляр класса WpfPointBasedAnnotationFreehandBuilder.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal interactiveObject
    Аннотация на основе точек.
    As IWpfPointBasedAnnotation, _
    ByVal minPointCount
    Минимальное количество точек в аннотации.
    As System.Int32, _
    ByVal minLineLength
    Минимальное расстояние между соседними точками.
    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
    Аннотация на основе точек.
    minPointCount
    Минимальное количество точек в аннотации.
    minLineLength
    Минимальное расстояние между соседними точками.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также