ComponentOne Expression Editor for WPF
GetPositionFromPoint Method

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > C1ExpressionRichTextBox Class : GetPositionFromPoint Method
Syntax
'Declaration
 
Public Function GetPositionFromPoint( _
   ByVal point As System.Windows.Point, _
   ByVal snapToText As System.Boolean _
) As System.Windows.Documents.TextPointer
public System.Windows.Documents.TextPointer GetPositionFromPoint( 
   System.Windows.Point point,
   System.bool snapToText
)

Parameters

point
snapToText
See Also

Reference

C1ExpressionRichTextBox Class
C1ExpressionRichTextBox Members