VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfTextSelectionTool Class / SetTextCaretInTextSpace(Point,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    SetTextCaretInTextSpace(Point,Boolean) Method (WpfTextSelectionTool)
    In This Topic
    Sets the text caret to a symbol at specified point, in text region space.
    Syntax
    'Declaration
    
    Public Sub SetTextCaretInTextSpace( _
    ByVal point
    The point in text region space.
    As System.Windows.Point, _
    ByVal changeSelectionStart
    A value indicating whether the start symbol of text selection must be changed to the symbol under text caret.
    As Boolean _
    )
    public void SetTextCaretInTextSpace(
    System.Windows.Point point,
    bool changeSelectionStart
    )
    public: void SetTextCaretInTextSpace(
    System.Windows.Point point,
    bool changeSelectionStart
    )
    public:
    void SetTextCaretInTextSpace(
    System.Windows.Point point,
    bool changeSelectionStart
    )

    Parameters

    point
    The point in text region space.
    changeSelectionStart
    A value indicating whether the start symbol of text selection must be changed to the symbol under text caret.
    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