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
Syntaxpublic PointInt[] Convert3DWorldCoordsToScreenCoords(
CoordXYZ[] coordsW
)
Public Function Convert3DWorldCoordsToScreenCoords (
coordsW As CoordXYZ()
) As PointInt()
public:
array<PointInt>^ Convert3DWorldCoordsToScreenCoords(
array<CoordXYZ>^ coordsW
)
Parameters
- coordsW
- Type: Arction.Wpf.ChartingMVVMCoordXYZ
3D world coordinates.
Return Value
Type:
PointIntScreen coordinates.
See Also