VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfTextSelectionTool Class / SelectInVisualToolSpace(Point,Point) Method
Syntax Requirements SeeAlso
In This Topic
    SelectInVisualToolSpace(Point,Point) Method (WpfTextSelectionTool)
    In This Topic
    Selects text in specified rectangle on focused page in image viewer.
    Syntax
    'Declaration
    
    Public Sub SelectInVisualToolSpace( _
    ByVal startPoint
    The start point, in the coordinate space of image viewer, for text selection.
    As System.Windows.Point, _
    ByVal endPoint
    The end point, in the coordinate space of image viewer, for text selection.
    As System.Windows.Point _
    )
    public void SelectInVisualToolSpace(
    System.Windows.Point startPoint,
    System.Windows.Point endPoint
    )
    public: void SelectInVisualToolSpace(
    System.Windows.Point startPoint,
    System.Windows.Point endPoint
    )
    public:
    void SelectInVisualToolSpace(
    System.Windows.Point startPoint,
    System.Windows.Point endPoint
    )

    Parameters

    startPoint
    The start point, in the coordinate space of image viewer, for text selection.
    endPoint
    The end point, in the coordinate space of image viewer, for text selection.
    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