View3DBaseConvert3DWorldCoordToScreenCoord Method |
LightningChart .NET Help
Convert a 3D point to screen coordinate.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointInt Convert3DWorldCoordToScreenCoord(
double x,
double y,
double z
)
Public Function Convert3DWorldCoordToScreenCoord (
x As Double,
y As Double,
z As Double
) As PointInt
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:
PointIntPoint in screen coordinates.
See Also