VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.UI.VisualTools Namespace / TextSelectionTool Class / SetTextCaretInImageSpace(PointF,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
SetTextCaretInImageSpace(PointF,Boolean) Method (TextSelectionTool)
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.Drawing.PointF, _
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.Drawing.PointF 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