Click or drag to resize

CameraBaseWithWidthAtZNear Method

Gets a new instance of this camera, with WidthAtZNear set to the provided argument.

Namespace: Altaxo.Graph.Graph3D.Camera
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public CameraBase WithWidthAtZNear(
	double widthAtZNear
)

Parameters

widthAtZNear  Double
The width of the view field at ZNear distance.

Return Value

CameraBase
A new instance of this camera, with WidthAtZNear set to the provided argument widthAtZNear.
See Also