C1.Silverlight.RichTextBox.5
GetPositionFromPoint Method (C1RichTextBox)

A System.Windows.Point.
Returns the closest text position to a given point in the document layout.
Syntax
'Declaration
 
Public Function GetPositionFromPoint( _
   ByVal point As System.Windows.Point _
) As C1TextPointer
public C1TextPointer GetPositionFromPoint( 
   System.Windows.Point point
)

Parameters

point
A System.Windows.Point.

Return Value

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

Reference

C1RichTextBox Class
C1RichTextBox Members

 

 


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