Enumeration used with ScalingMethod to
specify the zooming method to use.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Continuous | 1 | Specifies continuous scaling. The image is nearest neighbor sampled to scale to the exact value of the Zoom property. | |
| ContinuousBilinear | 2 | Specifies continuous scaling. Bilinear interpolation is used to scale to the exact value of the Zoom property. | |
| Integer | 0 | Specifies integer scaling. The image is scaled using the largest integer scale value smaller than the Zoom property. |
See Also