Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Camera Class / ZoomFactor Property

In This Topic
    ZoomFactor Property (Camera)
    In This Topic
    Gets or sets the current zoom factor. Applies only to Orthographic projection mode.
    Syntax
    'Declaration
     
    Public Property ZoomFactor As Double
    public double ZoomFactor {get; set;}
    See Also