Click or drag to resize

Distance2Property Constructor (Single, Single)

Initializes a new instance of the Distance2Property class

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public Distance2Property(
	float x,
	float y
)

Parameters

x
Type: SystemSingle

[Missing <param name="x"/> documentation for "M:Demo3D.Visuals.Distance2Property.#ctor(System.Single,System.Single)"]

y
Type: SystemSingle

[Missing <param name="y"/> documentation for "M:Demo3D.Visuals.Distance2Property.#ctor(System.Single,System.Single)"]

See Also