ITransformProvider2.Zoom(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.