PointToScreen Method (WPFFrameworkElement)

Action

Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.

Syntax

C#
result = frameworkElement.PointToScreen(point)
VB
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.