public System.Windows.Point TranslatePoint(
System.Windows.Point point,
System.Windows.UIElement relativeTo
)
'Declaration
Public Function TranslatePoint( _
ByVal point As System.Windows.Point, _
ByVal relativeTo As System.Windows.UIElement _
) As System.Windows.Point
'Usage
Dim instance As NewSheetButton
Dim point As System.Windows.Point
Dim relativeTo As System.Windows.UIElement
Dim value As System.Windows.Point
value = instance.TranslatePoint(point, relativeTo)
Parameters
point
relativeTo
Requirements
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)