Click or drag to resize

View3DConvert3DWorldCoordsToScreenCoords Method

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

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

Parameters

coordsW
Type: Arction.WinForms.ChartingCoordXYZ
3D world coordinates.

Return Value

Type: PointInt
Screen coordinates.
See Also