The point that the camera will look at during its movement.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public Point3D LookAtPoint { get; set; } |
| Visual Basic |
|---|
Public Property LookAtPoint As Point3D Get Set |
| JScript |
|---|
function get LookAtPoint () : Point3D function set LookAtPoint (value : Point3D) |