Initializes a new instance of the Rect class

Namespace: VVVV.Utils.Algorithm
Assembly: VVVV.Utils (in VVVV.Utils.dll) Version: 1.0.4694.10871

Syntax

C#
public Rect(
	double x,
	double y,
	double width,
	double height
)

Parameters

x
Type: System..::..Double

[Missing <param name="x"/> documentation for "M:VVVV.Utils.Algorithm.Rect.#ctor(System.Double,System.Double,System.Double,System.Double)"]

y
Type: System..::..Double

[Missing <param name="y"/> documentation for "M:VVVV.Utils.Algorithm.Rect.#ctor(System.Double,System.Double,System.Double,System.Double)"]

width
Type: System..::..Double

[Missing <param name="width"/> documentation for "M:VVVV.Utils.Algorithm.Rect.#ctor(System.Double,System.Double,System.Double,System.Double)"]

height
Type: System..::..Double

[Missing <param name="height"/> documentation for "M:VVVV.Utils.Algorithm.Rect.#ctor(System.Double,System.Double,System.Double,System.Double)"]

See Also