Viewport.OrientCamera Method

Orients the Camera between the two specified points.
Public Overridable Sub OrientCamera( _ 
ByVal location As Point3D, _ 
ByVal target As Point3D
)
This language is not supported or no code example is available.
public virtual void OrientCamera( 
Point3D location
Point3D target 
)
This language is not supported or no code example is available.

Parameters

location
Point3D

The camera location

target
Point3D

The new camera target

Remarks
 
The orientation of the camera is performed with an animation if Environment.AnimateCamera is true

.NET Framework

Supported in: 4.8

In this article

Definition