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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double FocalLength { get; set; }
Public Property FocalLength As Double
Get
Set
public:
virtual property double FocalLength {
double get () sealed;
void set (double value) sealed;
}
abstract FocalLength : float with get, set
override FocalLength : float with get, set
Property Value
Type:
DoubleImplements
IFocalLengthServiceFocalLength
Exceptions
See Also