Initializes a new instance of the Size class

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

Syntax

C#
public Size(
	double width,
	double height
)

Parameters

width
Type: System..::..Double

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

height
Type: System..::..Double

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

See Also