Gets or sets the scaling method the display control uses when zooming.
Namespace: Cognex.VisionPro.DisplayAssembly: Cognex.VisionPro.Display.Controls (in Cognex.VisionPro.Display.Controls.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax
Property Value
Type: CogDisplayScalingMethodConstantsThe scaling method.
Events
| Event Type | Reason |
|---|---|
| CogDisplay Changed | Fires when the property value is changed. |
Exceptions
| Exception | Condition |
|---|---|
| AxHost InvalidActiveXStateException | Thrown when the display control is invalid. |
Remarks
Images can be scaled by integer factors or by floating point factors. Integer factors are often faster.
See Also