RichTextBox for WinRT
GetPointFromPointerEvent Method


Syntax
'Declaration
 
Public Function GetPointFromPointerEvent( _
   ByVal root As Windows.UI.Xaml.UIElement, _
   ByVal pointerEvent As Windows.UI.Xaml.Input.PointerRoutedEventArgs _
) As Windows.Foundation.Point
'Usage
 
Dim instance As C1RichTextViewManager
Dim root As Windows.UI.Xaml.UIElement
Dim pointerEvent As Windows.UI.Xaml.Input.PointerRoutedEventArgs
Dim value As Windows.Foundation.Point
 
value = instance.GetPointFromPointerEvent(root, pointerEvent)
public Windows.Foundation.Point GetPointFromPointerEvent( 
   Windows.UI.Xaml.UIElement root,
   Windows.UI.Xaml.Input.PointerRoutedEventArgs pointerEvent
)

Parameters

root
pointerEvent

Return Value

A point in document coordinates.
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