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.2.419.0 (24.2.419.0)
Syntax public 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
IFocalLengthServiceFocalLengthExceptions See Also