Environment.RotateCamera Method

Sets the view direction as the normal of the plane under the mouse cursor.
Public Sub RotateCamera( _ 
ByVal mouseLocation As Point
)
This language is not supported or no code example is available.
public void RotateCamera( 
Point mouseLocation 
)
This language is not supported or no code example is available.

Parameters

mouseLocation
Point

Location of the mouse

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition