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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.