PointToScreen Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Converts a point expressed in the coordinate space of this UIElement into screen coordinates.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public Sub PointToScreen ( _
    ByRef x As Integer, _
    ByRef y As Integer _
)
public void PointToScreen(
    ref int x,
    ref int y
)
public:
void PointToScreen(
    int% x, 
    int% y
)
member PointToScreen : 
        x:int byref * 
        y:int byref -> unit 
public function PointToScreen(
    x : int, 
    y : int
)

Parameters

  • x
    Type: System. . :: . .Int32%
    The X coordinate of the specified point, expressed in the coordinate space of this element.
  • y
    Type: System. . :: . .Int32%
    The Y coordinate of the specified point, expressed in the coordinate space of this element.

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace