Click or drag to resize
RectContains Method
Indicates whether the rectangle described by the Windows.Foundation.Rect contains the specified point.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
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