ContainsPoint Method

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

Determines whether a specified point is contained by this UIElement.

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

Syntax

'Declaration
Public Function ContainsPoint ( _
    x As Integer, _
    y As Integer _
) As Boolean
public bool ContainsPoint(
    int x,
    int y
)
public:
bool ContainsPoint(
    int x, 
    int y
)
member ContainsPoint : 
        x:int * 
        y:int -> bool 
public function ContainsPoint(
    x : int, 
    y : int
) : boolean

Parameters

Return Value

Type: System. . :: . .Boolean
true if the specified point is contained in this UIElement, or false if not.

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace