Click or drag to resize

PointLightWithRange Method

Gets a new instance of PointLight with the provided value for Range.

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointLight WithRange(
	double range
)

Parameters

range  Double
The new value for Range.

Return Value

PointLight
New instance of PointLight with the provided value for Range
See Also