PointToScreen Method (WPFFrameworkElement)

Class

WPFFrameworkElement class

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.