Click or drag to resize
Rect Constructor (Double, Double, Double, Double)
Initializes a Windows.Foundation.Rect structure that has the specified x-coordinate, y-coordinate, width, and height.

Namespace: Windows.Foundation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public Rect(
	double x,
	double y,
	double width,
	double height
)

Parameters

x
Type: SystemDouble
The x-coordinate of the top-left corner of the rectangle.
y
Type: SystemDouble
The y-coordinate of the top-left corner of the rectangle.
width
Type: SystemDouble
The width of the rectangle.
height
Type: SystemDouble
The height of the rectangle.
See Also