Click or drag to resize

Camera3DDistanceToOrthographicViewArea Method

LightningChart .NET Help
Converts view distance value into a orthographic view area. Used for building projection matrix.

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public SizeFloat DistanceToOrthographicViewArea(
	double distance
)

Parameters

distance
Type: SystemDouble

[Missing <param name="distance"/> documentation for "M:Arction.WinForms.Charting.Views.View3D.Camera3D.DistanceToOrthographicViewArea(System.Double)"]

Return Value

Type: SizeFloat
Orthographic view area.
See Also