RichTextBlockOverflow.GetPositionFromPoint(Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.