Environment.ZoomCamera (Int32, Double) Method

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

Parameters

dy
int

Zoom amount

zoomSpeed
double

Zoom speed

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition