CameraBase.GetFrame Method

Returns the current camera frame.
Public Sub GetFrame( _ 
ByRef origin As Point3D, _ 
ByRef camX As Vector3D, _ 
ByRef camY As Vector3D, _ 
ByRef camZ As Vector3D
)
This language is not supported or no code example is available.
public void GetFrame( 
out Point3D origin
out Vector3D camX
out Vector3D camY
out Vector3D camZ 
)
This language is not supported or no code example is available.

Parameters

origin
Point3D

The camera origin

camX
Vector3D

The camera X axis

camY
Vector3D

The camera Y axis

camZ
Vector3D

The camera Z axis

.NET Framework

Supported in: 4.8

In this article

Definition