ComponentOne RichTextBox for UWP
GetPositionFromPoint Method (C1RichTextBox)

C1.Xaml.RichTextBox Namespace > C1RichTextBox Class : GetPositionFromPoint Method
A Windows.Foundation.Point.
Returns the closest text position to a given point in the document layout.
Syntax
'Declaration
 
Public Function GetPositionFromPoint( _
   ByVal point As Windows.Foundation.Point _
) As C1TextPointer
public C1TextPointer GetPositionFromPoint( 
   Windows.Foundation.Point point
)

Parameters

point
A Windows.Foundation.Point.

Return Value

The closest text position to a given point in the document layout.
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members