Share via


ViewItem.PointToScreen Method

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

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public MustOverride Function PointToScreen ( _
    point As Point _
) As Point
public abstract Point PointToScreen(
    Point point
)
public:
virtual Point PointToScreen(
    Point point
) abstract
abstract PointToScreen : 
        point:Point -> Point 
public abstract function PointToScreen(
    point : Point
) : Point

Parameters

Return Value

Type: System.Windows.Point
The converted Point value in screen coordinates.

.NET Framework Security

See Also

Reference

ViewItem Class

Microsoft.Windows.Design.Interaction Namespace