Visual.PointFromScreen Method
.NET Framework 3.0
Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.
Namespace: System.Windows.Media
Assembly: PresentationCore (in presentationcore.dll)
Assembly: PresentationCore (in presentationcore.dll)
'Declaration Public Function PointFromScreen ( _ point As Point _ ) As Point 'Usage Dim instance As Visual Dim point As Point Dim returnValue As Point returnValue = instance.PointFromScreen(point)
public Point PointFromScreen ( Point point )
public function PointFromScreen ( point : Point ) : Point
You cannot use methods in XAML.
Parameters
- point
The Point value in screen coordinates.
Return Value
The converted Point value that represents the current coordinate system of the Visual.Use the PointToScreen method to convert a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: