Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Camera Class / GetFocalLengthFromFieldOfView Method / GetFocalLengthFromFieldOfView(Double) Method
The vertical field of view

In This Topic
    GetFocalLengthFromFieldOfView(Double) Method
    In This Topic
    Gets the focal length from a vertical field of view.
    Syntax
    'Declaration
     
    Public Overloads Function GetFocalLengthFromFieldOfView( _
       ByVal fovInDegrees As Double _
    ) As Double
    public double GetFocalLengthFromFieldOfView( 
       double fovInDegrees
    )

    Parameters

    fovInDegrees
    The vertical field of view

    Return Value

    The corresponding focal length, relative to the Frame size.
    See Also