Environment.ZoomCamera (Int32, Boolean) Method

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

Parameters

dy
int

Zoom amount

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