Click or drag to resize

Rect Constructor

Initializes a new instance of the Rect class

Namespace:  Delaunay.Geo
Assembly:  Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Rect(
	float x,
	float y,
	float width,
	float height
)

Parameters

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:Delaunay.Geo.Rect.#ctor(System.Single,System.Single,System.Single,System.Single)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Delaunay.Geo.Rect.#ctor(System.Single,System.Single,System.Single,System.Single)"]

width
Type: SystemSingle

[Missing <param name="width"/> documentation for "M:Delaunay.Geo.Rect.#ctor(System.Single,System.Single,System.Single,System.Single)"]

height
Type: SystemSingle

[Missing <param name="height"/> documentation for "M:Delaunay.Geo.Rect.#ctor(System.Single,System.Single,System.Single,System.Single)"]

See Also