Model.RotateCamera (Point, Point) Method

Rotates the view simulating the movement between two mouse position.
Public Overridable Sub RotateCamera( _ 
ByVal mousePos1 As Point, _ 
ByVal mousePos2 As Point
)
This language is not supported or no code example is available.
public virtual void RotateCamera( 
Point mousePos1
Point mousePos2 
)
This language is not supported or no code example is available.

Parameters

mousePos1
Point

The initial mouse position

mousePos2
Point

The final mouse position

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition