Click or drag to resize

ImagingDeviceExtensionFocalLength Property

Gets or sets the focal length of the device. Must be greater than or equal to zero.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double FocalLength { get; set; }

Property Value

Type: Double

Implements

IFocalLengthServiceFocalLength
Exceptions
ExceptionCondition
ArgumentOutOfRangeException Thrown when the value is negative.
See Also