Viewport.PanCamera (Point, Point) Method

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

Parameters

from
Point

StartPoint point

to
Point

End point

.NET Framework

Supported in: 4.8

In this article

Definition