Indicates whether the rectangle described by the Windows.Foundation.Rect
contains the specified point.
Namespace: Windows.FoundationAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public bool Contains(
Point point
)
Parameters
- point
- Type: Windows.FoundationPoint
The point to check.
Return Value
Type:
Boolean
true if the rectangle described by the Windows.Foundation.Rect contains the
specified point; otherwise, false.
See Also