'Declaration Public Sub SetTextCaretInImageSpace( _
ByVal pointThe point in page space.As System.Drawing.PointF, _
ByVal changeSelectionStartA 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
)
public: void SetTextCaretInImageSpace(
System.Drawing.PointF point,
bool changeSelectionStart
)
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.