CogDisplay ScalingMethod Property Cognex VisionPro 9.8
Gets or sets the scaling method the display control uses when zooming.

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

public virtual CogDisplayScalingMethodConstants ScalingMethod { get; set; }

Property Value

Type: CogDisplayScalingMethodConstants
The scaling method.
Events

Exceptions

Remarks

Images can be scaled by integer factors or by floating point factors. Integer factors are often faster.

See Also