Returns the C1TextElement directly below a given point.

Namespace:  C1.Silverlight.RichTextBox
Assembly:  C1.Silverlight.RichTextBox (in C1.Silverlight.RichTextBox.dll)

Syntax

C#
public C1TextElement GetElementFromPoint(
	Point point
)
Visual Basic
Public Function GetElementFromPoint ( _
	point As Point _
) As C1TextElement

Parameters

point
Type: System.Windows..::..Point
A Point.

Return Value

The C1TextElement directly below a given point.

See Also