PointFromScreen Method (WPFFrameworkElement)
Class
WPFFrameworkElement
class
Action
Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.
Syntax
result
=
frameworkElement
.
PointFromScreen
(
point
)
Variable
Description
result
The converted Point. POINT.
point
The Point value in screen coordinates. POINT.