PointToClient Method

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

Returns the client UIElement that is the top-level ancestor of this UIElement object, and expresses the given point in the coordinate space of that ancestor.

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

Syntax

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

Parameters

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

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace