ITransformProvider2.ZoomByUnit(ZoomUnit) Method

Definition

Zooms the viewport of the control by the specified logical unit.

public:
 void ZoomByUnit(ZoomUnit zoomUnit);
void ZoomByUnit(ZoomUnit const& zoomUnit);
public void ZoomByUnit(ZoomUnit zoomUnit);
function zoomByUnit(zoomUnit)
Public Sub ZoomByUnit (zoomUnit As ZoomUnit)

Parameters

zoomUnit
ZoomUnit

The logical unit by which to increase or decrease the zoom of the viewport.

Applies to

See also