ComponentOne RichTextBox for UWP
GetElementFromPoint Method (C1RichTextBox)

C1.Xaml.RichTextBox Namespace > C1RichTextBox Class : GetElementFromPoint Method
A Windows.Foundation.Point.
Returns the C1.Xaml.RichTextBox.Documents.C1TextElement directly below a given point.
Syntax
'Declaration
 
Public Function GetElementFromPoint( _
   ByVal point As Windows.Foundation.Point _
) As C1TextElement
public C1TextElement GetElementFromPoint( 
   Windows.Foundation.Point point
)

Parameters

point
A Windows.Foundation.Point.

Return Value

The C1.Xaml.RichTextBox.Documents.C1TextElement directly below a given point.
See Also

Reference

C1RichTextBox Class
C1RichTextBox Members