Viewport.PanCamera (Point, Point, Boolean) Method

Pans the view from one screen point to the other.
Public Overridable Sub PanCamera( _ 
ByVal from As Point, _ 
ByVal to As Point, _ 
ByVal animate As Boolean
)
This language is not supported or no code example is available.
public virtual void PanCamera( 
Point from
Point to
bool animate 
)
This language is not supported or no code example is available.

Parameters

from
Point

StartPoint point

to
Point

End point

animate
bool

If true performs an animation when changing the view

.NET Framework

Supported in: 4.8

In this article

Definition