VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI.VisualTools Namespace / WpfTextSelectionTool Class / SetTextCaretInImageSpace(Point,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
SetTextCaretInImageSpace(Point,Boolean) Method (WpfTextSelectionTool)
In This Topic
Sets the text caret to a symbol at specified point, in image space.
Syntax
'Declaration

Public Sub SetTextCaretInImageSpace( _
ByVal point
The point in page 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 SetTextCaretInImageSpace(
System.Windows.Point point,
bool changeSelectionStart
)

Parameters

point
The point in page space.
changeSelectionStart
A value indicating whether the start symbol of text selection must be changed to the symbol under text caret.
Requirements

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

See Also