Click or drag to resize

SpotLightWithPosition Method

Gets a new instance of SpotLight 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 SpotLight WithPosition(
	PointD3D position
)

Parameters

position  PointD3D
The new value for Position.

Return Value

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