Click or drag to resize

PointLightWithPosition Method

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

Namespace: Altaxo.Graph.Graph3D.Lighting
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointLight WithPosition(
	PointD3D position
)

Parameters

position  PointD3D
The new value for Position.

Return Value

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