Share

View.Zoom Method

Description

Changes the viewing field (the focal length) of the camera to give the effect of dynamically moving in or out of a scene. The camera position and target are not changed. The specified factor must be positive.

Visual Basic

Public Function Zoom(
    factor As double
) As void

C#

public void Zoom(
    double factor
);

Parameters

Parameters Description
double factor Input zoom factor.

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?