Action
Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.
Syntax
result = frameworkElement.PointToScreen(point)
Variable |
Description |
result |
The converted Point. Point. |
point |
The Point value that represents the current coordinate system of the Visual. Point. |