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.
|