Click or drag to resize
Rect Constructor (Point, Point)
Initializes a Windows.Foundation.Rect structure that is exactly large enough to contain the two specified points.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Rect(
	Point point1,
	Point point2
)

Parameters

point1
Type: Windows.FoundationPoint
The first point that the new rectangle must contain.
point2
Type: Windows.FoundationPoint
The second point that the new rectangle must contain.
See Also