Click or drag to resize

NotifyDistanceInfo(Double, Visual) Constructor

Initializes a new instance of the NotifyDistanceInfo class

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public NotifyDistanceInfo(
	double d,
	Visual visual
)

Parameters

d  Double

[Missing <param name="d"/> documentation for "M:Demo3D.Visuals.NotifyDistanceInfo.#ctor(System.Double,Demo3D.Visuals.Visual)"]

visual  Visual

[Missing <param name="visual"/> documentation for "M:Demo3D.Visuals.NotifyDistanceInfo.#ctor(System.Double,Demo3D.Visuals.Visual)"]

See Also