Click or drag to resize

View3DBaseConvert3DWorldCoordToScreenCoord Method

LightningChart .NET Help
Convert a 3D point to screen coordinate.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public PointInt Convert3DWorldCoordToScreenCoord(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
X-coordinate.
y
Type: SystemDouble
Y-coordinate.
z
Type: SystemDouble
Z-coordinate.

Return Value

Type: PointInt
Point in screen coordinates.
See Also