CogDisplayScalingMethodConstants EnumerationCognex VisionPro 9.10
Enumeration used with ScalingMethod to specify the zooming method to use.

Namespace: Cognex.VisionPro.Display
Assembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax

public enum CogDisplayScalingMethodConstants
Members

  Member nameValueDescription
Continuous1 Specifies continuous scaling. The image is nearest neighbor sampled to scale to the exact value of the Zoom property.
ContinuousBilinear2 Specifies continuous scaling. Bilinear interpolation is used to scale to the exact value of the Zoom property.
Integer0 Specifies integer scaling. The image is scaled using the largest integer scale value smaller than the Zoom property.
Remarks

Use ScalingMethod to get or set the scaling method.

See Also