Camera3DGetLocationAs3DWorldCoord Method |
LightningChart .NET Help
Gets camera location in 3D world space.
Namespace:
Arction.WinForms.Charting.Views.View3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointDouble3D GetLocationAs3DWorldCoord()
Public Function GetLocationAs3DWorldCoord As PointDouble3D
public:
PointDouble3D GetLocationAs3DWorldCoord()
Return Value
Type:
PointDouble3DCamera location.
See Also