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
- point
Type: System.Windows.Point
The Point value that represents the current coordinate system of the Visual.
Return Value
Type: System.Windows.Point
The converted Point value in screen coordinates.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.