Click or drag to resize
Rect Constructor (Point, Size)
Initializes a Windows.Foundation.Rect structure based on an origin and size.

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

Parameters

location
Type: Windows.FoundationPoint
The origin of the new Windows.Foundation.Rect.
size
Type: Windows.FoundationSize
The size of the new Windows.Foundation.Rect.
See Also