ITransformProvider2.Zoom(Double) Method

Definition

Zooms the viewport of the control.

public:
 void Zoom(double zoom);
void Zoom(double const& zoom);
public void Zoom(double zoom);
function zoom(zoom)
Public Sub Zoom (zoom As Double)

Parameters

zoom
Double

double

The amount to zoom the viewport, specified as a percentage. The provider should zoom the viewport to the nearest supported value.

Applies to

See also