CameraBaseWithWidthAtZNear Method |
Gets a new instance of this camera, with
WidthAtZNear set to the provided argument.
Namespace: Altaxo.Graph.Graph3D.CameraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public CameraBase WithWidthAtZNear(
double widthAtZNear
)
Parameters
- widthAtZNear Double
- The width of the view field at ZNear distance.
Return Value
CameraBaseA new instance of this camera, with
WidthAtZNear set to the provided argument
widthAtZNear.
See Also