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

    Parameters

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