This topic has not yet been rated - Rate this topic

RichTextBlockOverflow.GetPositionFromPoint method

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

Syntax


public TextPointer GetPositionFromPoint(
  Point point
)

Parameters

point

Type: Point

The point to test.

Return value

Type: TextPointer

The determined text reference.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

RichTextBlockOverflow

 

 

Build date: 3/12/2013

© 2013 Microsoft. All rights reserved.