Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 691 Bytes

richtextblock_getpositionfrompoint_667039002.md

File metadata and controls

28 lines (18 loc) · 691 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Controls.RichTextBlock.GetPositionFromPoint(Windows.Foundation.Point)
winrt method

Windows.UI.Xaml.Controls.RichTextBlock.GetPositionFromPoint

-description

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

-parameters

-param point

The point to test.

-returns

The determined text reference.

-remarks

-examples

-see-also