RichTextBox for WinRT
GetPositionFromPoint Method (C1RichTextViewManager)


A Windows.Foundation.Point.
Returns the closest text position to a given point in the document layout.
Syntax
'Declaration
 
Public Function GetPositionFromPoint( _
   ByVal point As Windows.Foundation.Point _
) As C1TextPointer
'Usage
 
Dim instance As C1RichTextViewManager
Dim point As Windows.Foundation.Point
Dim value As C1TextPointer
 
value = instance.GetPositionFromPoint(point)
public C1TextPointer GetPositionFromPoint( 
   Windows.Foundation.Point point
)

Parameters

point
A Windows.Foundation.Point.

Return Value

The closest text position to a given point in the document layout.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1RichTextViewManager Class
C1RichTextViewManager Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback