Environment.ZoomCamera (Int32, Double, Boolean) Method

Zooms the view of the specified amount.
Public Overridable Sub ZoomCamera( _ 
ByVal dy As Integer, _ 
ByVal zoomSpeed As Double, _ 
ByVal animate As Boolean
)
This language is not supported or no code example is available.
public virtual void ZoomCamera( 
int dy
double zoomSpeed
bool animate 
)
This language is not supported or no code example is available.

Parameters

dy
int

Zoom amount

zoomSpeed
double

Zoom speed

animate
bool

If true performs an animation when changing the view

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition