Eyeshot 10 WinForms API Reference
GetFocalLengthFromFieldOfView(Double) Method

WinForms Assembly > devDept.Eyeshot Namespace > Camera Class > GetFocalLengthFromFieldOfView Method : GetFocalLengthFromFieldOfView(Double) Method
The vertical field of view
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

Reference

Camera Class
Camera Members
Overload List
Frame Property
FocalLength Property
AngleOfView Property