Share via


UIElement.PointToScreen Method

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

public void PointToScreen (
         ref int x,
         ref int y
)

Parameters

  • x
    The X coordinate of the specified point, expressed in the coordinate space of this UIElment.
  • y
    The Y coordinate of the specified point, expressed in the coordinate space of this UIElment.

Version Information

Available in the .NET Micro Framework versions 3.0, 4.0, 4.1 and 4.2.

See Also

Reference

UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace