CogDisplay MaintainImageRegion Property Cognex VisionPro 9.22
Gets or sets the MaintainImageRegion.

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

public virtual bool MaintainImageRegion { get; set; }

Property Value

Type: Boolean
The default value is true.
Events

Exceptions

ExceptionCondition
AxHost InvalidActiveXStateException Thrown when the display control is invalid.
Remarks

if true, maintain the image region within the display as you resize the display. The property affects only the record selected. The next image that comes in will use the existing display settings. Other records are not affected.
See Also