Share via


UIElement.ContainsPoint Method

Determines whether a specified point is contained by this UIElement.

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

Syntax

public bool ContainsPoint (
         intx,
         inty
)

Parameters

  • x
    The X coordinate of the point in question.
  • y
    The Y coordinate of the point in question.

Return Value

Returns true if the specified point is contained in this UIElement, or false if not.

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

UIElement Class
UIElement Members
Microsoft.SPOT.Presentation Namespace