RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1RichTextViewManager Class / GetElementFromPoint Method
A System.Windows.Point.

In This Topic
    GetElementFromPoint Method (C1RichTextViewManager)
    In This Topic
    Returns the C1.WPF.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 System.Windows.Point.

    Return Value

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