CogDisplay Zoom Property Cognex VisionPro 9.7
Gets or sets the scale value used to display the image and graphics.

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

public virtual double Zoom { get; set; }

Property Value

Type: Double
The scale value used to display the image and graphics.
Events

Exceptions

Remarks

The actual scale value used depends on the ScalingMethod property, which may truncate the value to the nearest smaller integer

See Also