Click or drag to resize

View3DConvert3DWorldCoordsToScreenCoords Method

LightningChart .NET Help
Convert 3D world coordinates into screen coordinates.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public PointInt[] Convert3DWorldCoordsToScreenCoords(
	CoordXYZ[] coordsW
)

Parameters

coordsW
Type: Arction.Wpf.ChartingMVVMCoordXYZ
3D world coordinates.

Return Value

Type: PointInt
Screen coordinates.
See Also