RichTextBlockOverflow.GetPositionFromPoint(Point) Method

Definition

Returns a TextPointer text reference from a RichTextBlockOverflow by hit-testing a specific Point within the text display area.

public:
 virtual TextPointer ^ GetPositionFromPoint(Point point) = GetPositionFromPoint;
TextPointer GetPositionFromPoint(Point const& point);
public TextPointer GetPositionFromPoint(Point point);
function getPositionFromPoint(point)
Public Function GetPositionFromPoint (point As Point) As TextPointer

Parameters

point
Point

The point to test.

Returns

The determined text reference.

Applies to