ImagingDeviceExtension Constructor (Double, Double) | 
 
            Construct a new instance based on imaging parameters.
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ImagingDeviceExtension(
	double focalLength,
	double detectorPitch
)
Public Sub New ( 
	focalLength As Double,
	detectorPitch As Double
)
public:
ImagingDeviceExtension(
	double focalLength, 
	double detectorPitch
)
new : 
        focalLength : float * 
        detectorPitch : float -> ImagingDeviceExtensionParameters
- focalLength
 - Type: SystemDouble
The focal length of the device. - detectorPitch
 - Type: SystemDouble
The detector pitch of the device. 
See Also