RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox Namespace / C1RichTextBox Class / GetElementFromPoint Method
A Windows.Foundation.Point.

In This Topic
    GetElementFromPoint Method (C1RichTextBox)
    In This Topic
    Returns the C1.Xaml.RichTextBox.Documents.C1TextElement directly below a given point.
    Syntax
    'Declaration
     
    Public Function GetElementFromPoint( _
       ByVal point As Point _
    ) As C1TextElement
    public C1TextElement GetElementFromPoint( 
       Point point
    )

    Parameters

    point
    A Windows.Foundation.Point.

    Return Value

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